#275C26

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

Shades of Parsley #275C26

Tints of Parsley #275C26

Color information

#275C26 (or 0x275C26) is unknown color: approx Parsley. HEX triplet: 27, 5C and 26. RGB value is (39,92,38). Sum of RGB (Red+Green+Blue) = 39+92+38=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #275C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C26 is #D8A3D9. Grayscale: #464646. Windows color (decimal): -14197722 or 2513959. OLE color: 2513959.

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

Color convert

RGB399238-
CMYK0.5800.590.64
HSL118.89º41.54%25.49%-
HSV(B)118.89º58.7%36.08%-
XYZ5.018.233.16-
YUV70109.94105.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 92 (36.33% from 255) = 54.44%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=23.08%
G=54.44%
B=22.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3992380.5800.590.64118.8941.5425.49
Hex275C263A03B40772a19
Octal4713446720731001675231
Binary100111101110010011011101001110111000000111011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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