#18C033

Color #18C033 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #18C033

Tints of Dark Pastel Green #18C033

Color information

#18C033 (or 0x18C033) is unknown color: approx Dark Pastel Green. HEX triplet: 18, C0 and 33. RGB value is (24,192,51). Sum of RGB (Red+Green+Blue) = 24+192+51=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #18C033 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C033 is #E73FCC. Grayscale: #7E7E7E. Windows color (decimal): -15155149 or 3391512. OLE color: 3391512.

HSL color Cylindrical-coordinate representation of color #18C033: hue angle of 129.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C033 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB2419251-
CMYK0.8800.730.25
HSL129.64º77.78%42.35%-
HSV(B)129.64º87.5%75.29%-
XYZ19.8238.139.45-
YUV125.6985.8455.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 192 (75.39% from 255) = 71.91%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=8.99%
G=71.91%
B=19.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24192510.8800.730.25129.6477.7842.35
Hex18C0335804919824e2a
Octal303006313001113120211652
Binary110001100000011001110110000100100111001100000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18C033; }

 p { color: rgb(24,192,51); }

 H1.HeaderClassName
 {
   color: #18C033;
 }
 .AnyTagClassName
 {
   color: #18C033;
 }
</style>
background-color css

<style>
 a { background-color: #18C033; }

 a { background-color: rgb(24,192,51); }

 div.DivClassName
 {
   background-color: #18C033;
 }
 .BgClassName
 {
   background-color: #18C033;
 }
</style>
border-color css

<style>
 span { border-color: #18C033; }

 span { border-color: rgb(24,192,51); }

 td.TdClassName
 {
   border-color: #18C033;
 }
 .TagClassName
 {
   border-color: #18C033;
 }
</style>