#245E2F

Color #245E2F Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #245E2F

Tints of Parsley #245E2F

Color information

#245E2F (or 0x245E2F) is unknown color: approx Parsley. HEX triplet: 24, 5E and 2F. RGB value is (36,94,47). Sum of RGB (Red+Green+Blue) = 36+94+47=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #245E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245E2F is #DBA1D0. Grayscale: #474747. Windows color (decimal): -14393809 or 3104292. OLE color: 3104292.

HSL color Cylindrical-coordinate representation of color #245E2F: hue angle of 131.38º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245E2F is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB369447-
CMYK0.6200.50.63
HSL131.38º44.62%25.49%-
HSV(B)131.38º61.7%36.86%-
XYZ5.248.594.07-
YUV71.3114.28102.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 94 (37.11% from 255) = 53.11%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=20.34%
G=53.11%
B=26.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3694470.6200.50.63131.3844.6225.49
Hex245E2F3E0323F832d19
Octal441365776062772035531
Binary100100101111010111111111001100101111111000001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245E2F; }

 p { color: rgb(36,94,47); }

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

<style>
 a { background-color: #245E2F; }

 a { background-color: rgb(36,94,47); }

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

<style>
 span { border-color: #245E2F; }

 span { border-color: rgb(36,94,47); }

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