#2D6D2F

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

Shades of San Felix #2D6D2F

Tints of San Felix #2D6D2F

Color information

#2D6D2F (or 0x2D6D2F) is unknown color: approx San Felix. HEX triplet: 2D, 6D and 2F. RGB value is (45,109,47). Sum of RGB (Red+Green+Blue) = 45+109+47=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6D2F is #D292D0. Grayscale: #525252. Windows color (decimal): -13800145 or 3108141. OLE color: 3108141.

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

Color convert

RGB4510947-
CMYK0.5900.570.57
HSL121.88º41.56%30.2%-
HSV(B)121.88º58.72%42.75%-
XYZ7.0611.74.58-
YUV82.8107.8101.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.39%
GREEN value IS 109 (42.97% from 255) = 54.23%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=22.39%
G=54.23%
B=23.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45109470.5900.570.57121.8841.5630.2
Hex2D6D2F3B039397a2a1e
Octal551555773071711725236
Binary10110111011011011111110110111001111001111101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,109,47); }

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

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

 a { background-color: rgb(45,109,47); }

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

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

 span { border-color: rgb(45,109,47); }

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