#2B6A2A

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

Shades of San Felix #2B6A2A

Tints of San Felix #2B6A2A

Color information

#2B6A2A (or 0x2B6A2A) is unknown color: approx San Felix. HEX triplet: 2B, 6A and 2A. RGB value is (43,106,42). Sum of RGB (Red+Green+Blue) = 43+106+42=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6A2A is #D495D5. Grayscale: #505050. Windows color (decimal): -13931990 or 2779691. OLE color: 2779691.

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

Color convert

RGB4310642-
CMYK0.5900.600.58
HSL119.06º43.24%29.02%-
HSV(B)119.06º60.38%41.57%-
XYZ6.5710.993.97-
YUV79.87106.63101.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 106 (41.80% from 255) = 55.50%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=22.51%
G=55.50%
B=21.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43106420.5900.600.58119.0643.2429.02
Hex2B6A2A3B03C3A772b1d
Octal531525273074721675335
Binary10101111010101010101110110111100111010111011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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