Html Css Color HEX #24612A Parsley

📋 copy color: '#24612A'

red 36 ◦ green 97 ◦ blue 42

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

Shades of Parsley #24612A

Tints of Parsley #24612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

 BLUE value IS 42 (16.8% from 255) = 24%

R = 20.57%
G = 55.43%
B = 24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#24612A (or 0x24612A) is known color: Parsley. HEX triplet: 24, 61 and 2A. RGB value is (36,97,42). Sum of RGB (Red+Green+Blue) = 36+97+42=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #24612A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24612A is #DB9ED5. Grayscale: #484848. Windows color (decimal): -14393046 or 2777380. OLE color: 2777380.

HSL color Cylindrical-coordinate representation of color #24612A: hue angle of 125.9º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #24612A is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 97 42 -
CMYK 0.63 0 0.57 0.62
HSL 125.9º 0.46% 0.26% -
HSV(B) 125.9º 0.63% 0.38% -
XYZ 5.42 9.09 3.66 -
YUV 72.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 36 97 42 0.63 0 0.57 0.62 125.9 0.46 0.26
Hex 24 61 2A 3F 0 39 3E 7E 2E 1A
Octal 44 141 52 77 0 71 76 176 56 32
Binary 100100 1100001 101010 111111 0 111001 111110 1111110 101110 11010

Color Harmonies of #24612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24612A

Black with #24612A

Text Example


Text Example

White with #24612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24612A; }

 p { color: rgb(36,97,42); }

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

background-color css

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

 a { background-color: rgb(36,97,42); }

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

border-color css

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

 span { border-color: rgb(36,97,42); }

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