#18B52B

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

Shades of Dark Pastel Green #18B52B

Tints of Dark Pastel Green #18B52B

Color information

#18B52B (or 0x18B52B) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B5 and 2B. RGB value is (24,181,43). Sum of RGB (Red+Green+Blue) = 24+181+43=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 181 (71.09% from 255 or 72.98% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 181 - color contains mainly: green. Hex color #18B52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B52B is #E74AD4. Grayscale: #767676. Windows color (decimal): -15157973 or 2864408. OLE color: 2864408.

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

Color convert

RGB2418143-
CMYK0.8700.760.29
HSL127.26º76.59%40.2%-
HSV(B)127.26º86.74%70.98%-
XYZ17.3433.427.82-
YUV118.3285.4960.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 181 (71.09% from 255) = 72.98%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=9.68%
G=72.98%
B=17.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24181430.8700.760.29127.2676.5940.2
Hex18B52B5704C1D7f4d28
Octal302655312701143517711550
Binary11000101101011010111010111010011001110111111111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,181,43); }

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

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

 a { background-color: rgb(24,181,43); }

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

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

 span { border-color: rgb(24,181,43); }

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