#275E31

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

Shades of Parsley #275E31

Tints of Parsley #275E31

Color information

#275E31 (or 0x275E31) is unknown color: approx Parsley. HEX triplet: 27, 5E and 31. RGB value is (39,94,49). Sum of RGB (Red+Green+Blue) = 39+94+49=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #275E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275E31 is #D8A1CE. Grayscale: #484848. Windows color (decimal): -14197199 or 3235367. OLE color: 3235367.

HSL color Cylindrical-coordinate representation of color #275E31: hue angle of 130.91º degrees, saturation: 0.41, 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 #275E31 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB399449-
CMYK0.5900.480.63
HSL130.91º41.35%26.08%-
HSV(B)130.91º58.51%36.86%-
XYZ5.398.664.29-
YUV72.42114.78104.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 94 (37.11% from 255) = 51.65%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=21.43%
G=51.65%
B=26.92%

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
Decimal3994490.5900.480.63130.9141.3526.08
Hex275E313B0303F83291a
Octal471366173060772035132
Binary100111101111011000111101101100001111111000001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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