#275f31

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

Shades of Parsley #275F31

Tints of Parsley #275F31

Color information

#275F31 (or 0x275F31) is unknown color: approx Parsley. HEX triplet: 27, 5F and 31. RGB value is (39,95,49). Sum of RGB (Red+Green+Blue) = 39+95+49=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #275F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275F31 is #D8A0CE. Grayscale: #494949. Windows color (decimal): -14196943 or 3235623. OLE color: 3235623.

HSL color Cylindrical-coordinate representation of color #275F31: hue angle of 130.71º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275F31 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB399549-
CMYK0.5900.480.63
HSL130.71º41.79%26.27%-
HSV(B)130.71º58.95%37.25%-
XYZ5.488.844.32-
YUV73.01114.45103.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 95 (37.5% from 255) = 51.91%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=21.31%
G=51.91%
B=26.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3995490.5900.480.63130.7141.7926.27
Hex275F313B0303F832a1a
Octal471376173060772035232
Binary100111101111111000111101101100001111111000001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,95,49); }

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

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

 a { background-color: rgb(39,95,49); }

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

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

 span { border-color: rgb(39,95,49); }

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