Html Css Color HEX #245029 Parsley

📋 copy color: '#245029'

red 36 ◦ green 80 ◦ blue 41

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

Shades of Parsley #245029

Tints of Parsley #245029

RGB

 RED value IS 36 (14.45% from 255) = 22.93%

 GREEN value IS 80 (31.64% from 255) = 50.96%

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 22.93%
G = 50.96%
B = 26.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#245029 (or 0x245029) is known color: Parsley. HEX triplet: 24, 50 and 29. RGB value is (36,80,41). Sum of RGB (Red+Green+Blue) = 36+80+41=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #245029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245029 is #DBAFD6. Grayscale: #3E3E3E. Windows color (decimal): -14397399 or 2707492. OLE color: 2707492.

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

Color convert

RGB 36 80 41 -
CMYK 0.55 0 0.49 0.69
HSL 126.82º 0.38% 0.23% -
HSV(B) 126.82º 0.55% 0.31% -
XYZ 4 6.27 3.1 -
YUV 62.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 36 80 41 0.55 0 0.49 0.69 126.82 0.38 0.23
Hex 24 50 29 37 0 31 45 7F 26 17
Octal 44 120 51 67 0 61 105 177 46 27
Binary 100100 1010000 101001 110111 0 110001 1000101 1111111 100110 10111

Color Harmonies of #245029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245029

Black with #245029

Text Example


Text Example

White with #245029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245029; }

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

 H1.HeaderClassName
 {
   color: #245029;
 }
 .AnyTagClassName
 {
   color: #245029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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