#275B26

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

Shades of Parsley #275B26

Tints of Parsley #275B26

Color information

#275B26 (or 0x275B26) is unknown color: approx Parsley. HEX triplet: 27, 5B and 26. RGB value is (39,91,38). Sum of RGB (Red+Green+Blue) = 39+91+38=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #275B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B26 is #D8A4D9. Grayscale: #454545. Windows color (decimal): -14197978 or 2513703. OLE color: 2513703.

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

Color convert

RGB399138-
CMYK0.5700.580.64
HSL118.87º41.09%25.29%-
HSV(B)118.87º58.24%35.69%-
XYZ4.938.053.13-
YUV69.41110.27106.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 91 (35.94% from 255) = 54.17%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=23.21%
G=54.17%
B=22.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991380.5700.580.64118.8741.0925.29
Hex275B263903A40772919
Octal4713346710721001675131
Binary100111101101110011011100101110101000000111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,91,38); }

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

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

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

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

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

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

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