Html Css Color HEX #245129 Parsley

📋 copy color: '#245129'

red 36 ◦ green 81 ◦ blue 41

#245129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #245129

Tints of Parsley #245129

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 value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#245129 (or 0x245129) is known color: 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

RGB 36 81 41 -
CMYK 0.56 0 0.49 0.68
HSL 126.67º 0.38% 0.23% -
HSV(B) 126.67º 0.56% 0.32% -
XYZ 4.07 6.42 3.12 -
YUV 62.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 36 81 41 0.56 0 0.49 0.68 126.67 0.38 0.23
Hex 24 51 29 38 0 31 44 7F 26 17
Octal 44 121 51 70 0 61 104 177 46 27
Binary 100100 1010001 101001 111000 0 110001 1000100 1111111 100110 10111

Color Harmonies of #245129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245129

Black with #245129

Text Example


Text Example

White with #245129

Text Example


Text Example

HTML Codes & Css Web 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>