Html Css Color HEX #245B2F Parsley

📋 copy color: '#245B2F'

red 36 ◦ green 91 ◦ blue 47

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

Shades of Parsley #245B2F

Tints of Parsley #245B2F

RGB

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

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

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

R = 20.69%
G = 52.3%
B = 27.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#245B2F (or 0x245B2F) is known color: Parsley. HEX triplet: 24, 5B and 2F. RGB value is (36,91,47). Sum of RGB (Red+Green+Blue) = 36+91+47=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #245B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B2F is #DBA4D0. Grayscale: #454545. Windows color (decimal): -14394577 or 3103524. OLE color: 3103524.

HSL color Cylindrical-coordinate representation of color #245B2F: hue angle of 132º 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 #245B2F is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 91 47 -
CMYK 0.60 0 0.48 0.64
HSL 132º 0.43% 0.25% -
HSV(B) 132º 0.6% 0.36% -
XYZ 4.98 8.06 3.98 -
YUV 69.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 36 91 47 0.60 0 0.48 0.64 132 0.43 0.25
Hex 24 5B 2F 3C 0 30 40 84 2B 19
Octal 44 133 57 74 0 60 100 204 53 31
Binary 100100 1011011 101111 111100 0 110000 1000000 10000100 101011 11001

Color Harmonies of #245B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B2F

Black with #245B2F

Text Example


Text Example

White with #245B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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