#245129

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

Shades of Parsley #245129

Tints of Parsley #245129

Color information

#245129 (or 0x245129) is unknown color: approx Parsley. HEX triplet: 24, 51 and 29. RGB value is (36,81,41). Sum of RGB (Red+Green+Blue) = 36+81+41=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #245129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245129 is #DBAED6. Grayscale: #3F3F3F. Windows color (decimal): -14397143 or 2707748. OLE color: 2707748.

HSL color Cylindrical-coordinate representation of color #245129: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245129 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB368141-
CMYK0.5600.490.68
HSL126.67º38.46%22.94%-
HSV(B)126.67º55.56%31.76%-
XYZ4.076.423.12-
YUV62.98115.59108.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 81 (32.03% from 255) = 51.27%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=22.78%
G=51.27%
B=25.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3681410.5600.490.68126.6738.4622.94
Hex24512938031447f2617
Octal4412151700611041774627
Binary100100101000110100111100001100011000100111111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245129; }

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

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

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

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

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

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

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

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