#2A6C27

Color #2A6C27 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #2A6C27

Tints of San Felix #2A6C27

Color information

#2A6C27 (or 0x2A6C27) is unknown color: approx San Felix. HEX triplet: 2A, 6C and 27. RGB value is (42,108,39). Sum of RGB (Red+Green+Blue) = 42+108+39=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6C27 is #D593D8. Grayscale: #505050. Windows color (decimal): -13997017 or 2583594. OLE color: 2583594.

HSL color Cylindrical-coordinate representation of color #2A6C27: hue angle of 117.39º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A6C27 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB4210839-
CMYK0.6100.640.58
HSL117.39º46.94%28.82%-
HSV(B)117.39º63.89%42.35%-
XYZ6.6811.363.76-
YUV80.4104.63100.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 108 (42.58% from 255) = 57.14%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=22.22%
G=57.14%
B=20.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42108390.6100.640.58117.3946.9428.82
Hex2A6C273D0403A752f1d
Octal5215447750100721655735
Binary101010110110010011111110101000000111010111010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A6C27; }

 p { color: rgb(42,108,39); }

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

<style>
 a { background-color: #2A6C27; }

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

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

<style>
 span { border-color: #2A6C27; }

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

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