#2B6F2D

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

Shades of San Felix #2B6F2D

Tints of San Felix #2B6F2D

Color information

#2B6F2D (or 0x2B6F2D) is unknown color: approx San Felix. HEX triplet: 2B, 6F and 2D. RGB value is (43,111,45). Sum of RGB (Red+Green+Blue) = 43+111+45=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6F2D is #D490D2. Grayscale: #535353. Windows color (decimal): -13930707 or 2977579. OLE color: 2977579.

HSL color Cylindrical-coordinate representation of color #2B6F2D: hue angle of 121.76º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6F2D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB4311145-
CMYK0.6100.590.56
HSL121.76º44.16%30.2%-
HSV(B)121.76º61.26%43.53%-
XYZ7.1512.074.44-
YUV83.14106.4799.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.61%
GREEN value IS 111 (43.75% from 255) = 55.78%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=21.61%
G=55.78%
B=22.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111450.6100.590.56121.7644.1630.2
Hex2B6F2D3D03B387a2c1e
Octal531575575073701725436
Binary10101111011111011011111010111011111000111101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,111,45); }

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

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

 a { background-color: rgb(43,111,45); }

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

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

 span { border-color: rgb(43,111,45); }

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