#2B6C2A

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

Shades of San Felix #2B6C2A

Tints of San Felix #2B6C2A

Color information

#2B6C2A (or 0x2B6C2A) is unknown color: approx San Felix. HEX triplet: 2B, 6C and 2A. RGB value is (43,108,42). Sum of RGB (Red+Green+Blue) = 43+108+42=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6C2A is #D493D5. Grayscale: #515151. Windows color (decimal): -13931478 or 2780203. OLE color: 2780203.

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

Color convert

RGB4310842-
CMYK0.6000.610.58
HSL119.09º44%29.41%-
HSV(B)119.09º61.11%42.35%-
XYZ6.7811.414.03-
YUV81.04105.97100.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 108 (42.58% from 255) = 55.96%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=22.28%
G=55.96%
B=21.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43108420.6000.610.58119.094429.41
Hex2B6C2A3C03D3A772c1d
Octal531545274075721675435
Binary10101111011001010101111000111101111010111011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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