Html Css Color HEX #245A2D Parsley

📋 copy color: '#245A2D'

red 36 ◦ green 90 ◦ blue 45

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

Shades of Parsley #245A2D

Tints of Parsley #245A2D

RGB

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

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

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

R = 21.05%
G = 52.63%
B = 26.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#245A2D (or 0x245A2D) is known color: Parsley. HEX triplet: 24, 5A and 2D. RGB value is (36,90,45). Sum of RGB (Red+Green+Blue) = 36+90+45=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #245A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A2D is #DBA5D2. Grayscale: #444444. Windows color (decimal): -14394835 or 2972196. OLE color: 2972196.

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

Color convert

RGB 36 90 45 -
CMYK 0.60 0 0.50 0.65
HSL 130º 0.43% 0.25% -
HSV(B) 130º 0.6% 0.35% -
XYZ 4.86 7.88 3.75 -
YUV 68.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 36 90 45 0.60 0 0.50 0.65 130 0.43 0.25
Hex 24 5A 2D 3C 0 32 41 82 2B 19
Octal 44 132 55 74 0 62 101 202 53 31
Binary 100100 1011010 101101 111100 0 110010 1000001 10000010 101011 11001

Color Harmonies of #245A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A2D

Black with #245A2D

Text Example


Text Example

White with #245A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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