#275D27

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

Shades of Parsley #275D27

Tints of Parsley #275D27

Color information

#275D27 (or 0x275D27) is unknown color: approx Parsley. HEX triplet: 27, 5D and 27. RGB value is (39,93,39). Sum of RGB (Red+Green+Blue) = 39+93+39=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #275D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D27 is #D8A2D8. Grayscale: #464646. Windows color (decimal): -14197465 or 2579751. OLE color: 2579751.

HSL color Cylindrical-coordinate representation of color #275D27: hue angle of 120º 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 #275D27 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB399339-
CMYK0.5800.580.64
HSL120º40.91%25.88%-
HSV(B)120º58.06%36.47%-
XYZ5.128.413.27-
YUV70.7110.11105.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 93 (36.72% from 255) = 54.39%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=22.81%
G=54.39%
B=22.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993390.5800.580.6412040.9125.88
Hex275D273A03A4078291a
Octal4713547720721001705132
Binary100111101110110011111101001110101000000111100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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