#245929

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

Shades of Parsley #245929

Tints of Parsley #245929

Color information

#245929 (or 0x245929) is unknown color: approx Parsley. HEX triplet: 24, 59 and 29. RGB value is (36,89,41). Sum of RGB (Red+Green+Blue) = 36+89+41=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #245929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245929 is #DBA6D6. Grayscale: #434343. Windows color (decimal): -14395095 or 2709796. OLE color: 2709796.

HSL color Cylindrical-coordinate representation of color #245929: hue angle of 125.66º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245929 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB368941-
CMYK0.6000.540.65
HSL125.66º42.4%24.51%-
HSV(B)125.66º59.55%34.9%-
XYZ4.77.683.33-
YUV67.68112.94105.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 89 (35.16% from 255) = 53.61%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=21.69%
G=53.61%
B=24.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3689410.6000.540.65125.6642.424.51
Hex2459293C036417e2a19
Octal4413151740661011765231
Binary100100101100110100111110001101101000001111111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245929; }

 p { color: rgb(36,89,41); }

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

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

 a { background-color: rgb(36,89,41); }

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

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

 span { border-color: rgb(36,89,41); }

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