Html Css Color HEX #245B29 Parsley

📋 copy color: '#245B29'

red 36 ◦ green 91 ◦ blue 41

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

Shades of Parsley #245B29

Tints of Parsley #245B29

RGB

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

 GREEN value IS 91 (35.94% from 255) = 54.17%

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

R = 21.43%
G = 54.17%
B = 24.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#245B29 (or 0x245B29) is known color: Parsley. HEX triplet: 24, 5B and 29. RGB value is (36,91,41). Sum of RGB (Red+Green+Blue) = 36+91+41=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #245B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B29 is #DBA4D6. Grayscale: #454545. Windows color (decimal): -14394583 or 2710308. OLE color: 2710308.

HSL color Cylindrical-coordinate representation of color #245B29: hue angle of 125.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B29 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 91 41 -
CMYK 0.60 0 0.55 0.64
HSL 125.45º 0.43% 0.25% -
HSV(B) 125.45º 0.6% 0.36% -
XYZ 4.87 8.02 3.39 -
YUV 68.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 36 91 41 0.60 0 0.55 0.64 125.45 0.43 0.25
Hex 24 5B 29 3C 0 37 40 7D 2B 19
Octal 44 133 51 74 0 67 100 175 53 31
Binary 100100 1011011 101001 111100 0 110111 1000000 1111101 101011 11001

Color Harmonies of #245B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B29

Black with #245B29

Text Example


Text Example

White with #245B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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