#275D29

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

Shades of Parsley #275D29

Tints of Parsley #275D29

Color information

#275D29 (or 0x275D29) is unknown color: approx Parsley. HEX triplet: 27, 5D and 29. RGB value is (39,93,41). Sum of RGB (Red+Green+Blue) = 39+93+41=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #275D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D29 is #D8A2D6. Grayscale: #474747. Windows color (decimal): -14197463 or 2710823. OLE color: 2710823.

HSL color Cylindrical-coordinate representation of color #275D29: hue angle of 122.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D29 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB399341-
CMYK0.5800.560.64
HSL122.22º40.91%25.88%-
HSV(B)122.22º58.06%36.47%-
XYZ5.158.423.45-
YUV70.93111.11105.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 93 (36.72% from 255) = 53.76%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=22.54%
G=53.76%
B=23.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993410.5800.560.64122.2240.9125.88
Hex275D293A038407a291a
Octal4713551720701001725132
Binary100111101110110100111101001110001000000111101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275D29; }

 p { color: rgb(39,93,41); }

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

<style>
 a { background-color: #275D29; }

 a { background-color: rgb(39,93,41); }

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

<style>
 span { border-color: #275D29; }

 span { border-color: rgb(39,93,41); }

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