#275A26

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

Shades of Parsley #275A26

Tints of Parsley #275A26

Color information

#275A26 (or 0x275A26) is unknown color: approx Parsley. HEX triplet: 27, 5A and 26. RGB value is (39,90,38). Sum of RGB (Red+Green+Blue) = 39+90+38=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #275A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A26 is #D8A5D9. Grayscale: #444444. Windows color (decimal): -14198234 or 2513447. OLE color: 2513447.

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

Color convert

RGB399038-
CMYK0.5700.580.65
HSL118.85º40.62%25.1%-
HSV(B)118.85º57.78%35.29%-
XYZ4.847.883.1-
YUV68.82110.6106.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 90 (35.55% from 255) = 53.89%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=23.35%
G=53.89%
B=22.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990380.5700.580.65118.8540.6225.1
Hex275A263903A41772919
Octal4713246710721011675131
Binary100111101101010011011100101110101000001111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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