#2D5A27

Color #2D5A27 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #2D5A27

Tints of Parsley #2D5A27

Color information

#2D5A27 (or 0x2D5A27) is unknown color: approx Parsley. HEX triplet: 2D, 5A and 27. RGB value is (45,90,39). Sum of RGB (Red+Green+Blue) = 45+90+39=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A27 is #D2A5D8. Grayscale: #464646. Windows color (decimal): -13805017 or 2578989. OLE color: 2578989.

HSL color Cylindrical-coordinate representation of color #2D5A27: hue angle of 112.94º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D5A27 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB459039-
CMYK0.5000.570.65
HSL112.94º39.53%25.29%-
HSV(B)112.94º56.67%35.29%-
XYZ5.18.023.2-
YUV70.73110.09109.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.86%
GREEN value IS 90 (35.55% from 255) = 51.72%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=25.86%
G=51.72%
B=22.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4590390.5000.570.65112.9439.5325.29
Hex2D5A273203941712819
Octal5513247620711011615031
Binary101101101101010011111001001110011000001111000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5A27; }

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

 H1.HeaderClassName
 {
   color: #2D5A27;
 }
 .AnyTagClassName
 {
   color: #2D5A27;
 }
</style>
background-color css

<style>
 a { background-color: #2D5A27; }

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

 div.DivClassName
 {
   background-color: #2D5A27;
 }
 .BgClassName
 {
   background-color: #2D5A27;
 }
</style>
border-color css

<style>
 span { border-color: #2D5A27; }

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

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