#2D6028

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

Shades of San Felix #2D6028

Tints of San Felix #2D6028

Color information

#2D6028 (or 0x2D6028) is unknown color: approx San Felix. HEX triplet: 2D, 60 and 28. RGB value is (45,96,40). Sum of RGB (Red+Green+Blue) = 45+96+40=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6028 is #D29FD7. Grayscale: #4A4A4A. Windows color (decimal): -13803480 or 2646061. OLE color: 2646061.

HSL color Cylindrical-coordinate representation of color #2D6028: hue angle of 114.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6028 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB459640-
CMYK0.5300.580.62
HSL114.64º41.18%26.67%-
HSV(B)114.64º58.33%37.65%-
XYZ5.659.083.46-
YUV74.37108.6107.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.86%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=24.86%
G=53.04%
B=22.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596400.5300.580.62114.6441.1826.67
Hex2D60283503A3E73291b
Octal551405065072761635133
Binary10110111000001010001101010111010111110111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,96,40); }

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

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

 a { background-color: rgb(45,96,40); }

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

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

 span { border-color: rgb(45,96,40); }

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