#18B331

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

Shades of Dark Pastel Green #18B331

Tints of Dark Pastel Green #18B331

Color information

#18B331 (or 0x18B331) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B3 and 31. RGB value is (24,179,49). Sum of RGB (Red+Green+Blue) = 24+179+49=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #18B331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B331 is #E74CCE. Grayscale: #767676. Windows color (decimal): -15158479 or 3257112. OLE color: 3257112.

HSL color Cylindrical-coordinate representation of color #18B331: hue angle of 129.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B331 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB2417949-
CMYK0.8700.730.30
HSL129.68º76.35%39.8%-
HSV(B)129.68º86.59%70.2%-
XYZ17.0532.668.31-
YUV117.8489.1561.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 179 (70.31% from 255) = 71.03%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=9.52%
G=71.03%
B=19.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24179490.8700.730.30129.6876.3539.8
Hex18B331570491E824c28
Octal302636112701113620211450
Binary110001011001111000110101110100100111110100000101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,179,49); }

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

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

 a { background-color: rgb(24,179,49); }

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

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

 span { border-color: rgb(24,179,49); }

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