Html Css Color HEX #245B2D Parsley

📋 copy color: '#245B2D'

red 36 ◦ green 91 ◦ blue 45

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

Shades of Parsley #245B2D

Tints of Parsley #245B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.16%

R = 20.93%
G = 52.91%
B = 26.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#245B2D (or 0x245B2D) is known color: Parsley. HEX triplet: 24, 5B and 2D. RGB value is (36,91,45). Sum of RGB (Red+Green+Blue) = 36+91+45=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #245B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B2D is #DBA4D2. Grayscale: #454545. Windows color (decimal): -14394579 or 2972452. OLE color: 2972452.

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

Color convert

RGB 36 91 45 -
CMYK 0.60 0 0.51 0.64
HSL 129.82º 0.43% 0.25% -
HSV(B) 129.82º 0.6% 0.36% -
XYZ 4.94 8.05 3.78 -
YUV 69.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 36 91 45 0.60 0 0.51 0.64 129.82 0.43 0.25
Hex 24 5B 2D 3C 0 33 40 82 2B 19
Octal 44 133 55 74 0 63 100 202 53 31
Binary 100100 1011011 101101 111100 0 110011 1000000 10000010 101011 11001

Color Harmonies of #245B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B2D

Black with #245B2D

Text Example


Text Example

White with #245B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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