#2A6025

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

Shades of San Felix #2A6025

Tints of San Felix #2A6025

Color information

#2A6025 (or 0x2A6025) is unknown color: approx San Felix. HEX triplet: 2A, 60 and 25. RGB value is (42,96,37). Sum of RGB (Red+Green+Blue) = 42+96+37=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6025 is #D59FDA. Grayscale: #494949. Windows color (decimal): -14000091 or 2449450. OLE color: 2449450.

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

Color convert

RGB429637-
CMYK0.5600.610.62
HSL114.92º44.36%26.08%-
HSV(B)114.92º61.46%37.65%-
XYZ5.478.993.2-
YUV73.13107.61105.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=24%
G=54.86%
B=21.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296370.5600.610.62114.9244.3626.08
Hex2A60253803D3E732c1a
Octal521404570075761635432
Binary10101011000001001011110000111101111110111001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,37); }

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

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

 a { background-color: rgb(42,96,37); }

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

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

 span { border-color: rgb(42,96,37); }

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