#275D22

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

Shades of Parsley #275D22

Tints of Parsley #275D22

Color information

#275D22 (or 0x275D22) is unknown color: approx Parsley. HEX triplet: 27, 5D and 22. RGB value is (39,93,34). Sum of RGB (Red+Green+Blue) = 39+93+34=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #275D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D22 is #D8A2DD. Grayscale: #464646. Windows color (decimal): -14197470 or 2252071. OLE color: 2252071.

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

Color convert

RGB399334-
CMYK0.5800.630.64
HSL114.92º46.46%24.9%-
HSV(B)114.92º63.44%36.47%-
XYZ5.048.382.86-
YUV70.13107.61105.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 93 (36.72% from 255) = 56.02%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=23.49%
G=56.02%
B=20.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993340.5800.630.64114.9246.4624.9
Hex275D223A03F40732e19
Octal4713542720771001635631
Binary100111101110110001011101001111111000000111001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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