Html Css Color HEX #245A2F Parsley

📋 copy color: '#245A2F'

red 36 ◦ green 90 ◦ blue 47

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

Shades of Parsley #245A2F

Tints of Parsley #245A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.02%

 BLUE value IS 47 (18.75% from 255) = 27.17%

R = 20.81%
G = 52.02%
B = 27.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#245A2F (or 0x245A2F) is known color: Parsley. HEX triplet: 24, 5A and 2F. RGB value is (36,90,47). Sum of RGB (Red+Green+Blue) = 36+90+47=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #245A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A2F is #DBA5D0. Grayscale: #454545. Windows color (decimal): -14394833 or 3103268. OLE color: 3103268.

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

Color convert

RGB 36 90 47 -
CMYK 0.60 0 0.48 0.65
HSL 132.22º 0.43% 0.25% -
HSV(B) 132.22º 0.6% 0.35% -
XYZ 4.9 7.89 3.95 -
YUV 68.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 36 90 47 0.60 0 0.48 0.65 132.22 0.43 0.25
Hex 24 5A 2F 3C 0 30 41 84 2B 19
Octal 44 132 57 74 0 60 101 204 53 31
Binary 100100 1011010 101111 111100 0 110000 1000001 10000100 101011 11001

Color Harmonies of #245A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A2F

Black with #245A2F

Text Example


Text Example

White with #245A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,90,47); }

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

background-color css

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

 a { background-color: rgb(36,90,47); }

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

border-color css

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

 span { border-color: rgb(36,90,47); }

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