Html Css Color HEX #245F2F Parsley

📋 copy color: '#245F2F'

red 36 ◦ green 95 ◦ blue 47

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

Shades of Parsley #245F2F

Tints of Parsley #245F2F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.37%

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

R = 20.22%
G = 53.37%
B = 26.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#245F2F (or 0x245F2F) is known color: Parsley. HEX triplet: 24, 5F and 2F. RGB value is (36,95,47). Sum of RGB (Red+Green+Blue) = 36+95+47=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #245F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F2F is #DBA0D0. Grayscale: #484848. Windows color (decimal): -14393553 or 3104548. OLE color: 3104548.

HSL color Cylindrical-coordinate representation of color #245F2F: hue angle of 131.19º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F2F is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 95 47 -
CMYK 0.62 0 0.51 0.63
HSL 131.19º 0.45% 0.26% -
HSV(B) 131.19º 0.62% 0.37% -
XYZ 5.33 8.76 4.1 -
YUV 71.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 36 95 47 0.62 0 0.51 0.63 131.19 0.45 0.26
Hex 24 5F 2F 3E 0 33 3F 83 2D 1A
Octal 44 137 57 76 0 63 77 203 55 32
Binary 100100 1011111 101111 111110 0 110011 111111 10000011 101101 11010

Color Harmonies of #245F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F2F

Black with #245F2F

Text Example


Text Example

White with #245F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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