#2A722D

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

Shades of San Felix #2A722D

Tints of San Felix #2A722D

Color information

#2A722D (or 0x2A722D) is unknown color: approx San Felix. HEX triplet: 2A, 72 and 2D. RGB value is (42,114,45). Sum of RGB (Red+Green+Blue) = 42+114+45=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #2A722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A722D is #D58DD2. Grayscale: #545454. Windows color (decimal): -13995475 or 2978346. OLE color: 2978346.

HSL color Cylindrical-coordinate representation of color #2A722D: hue angle of 122.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A722D is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB4211445-
CMYK0.6300.610.55
HSL122.5º46.15%30.59%-
HSV(B)122.5º63.16%44.71%-
XYZ7.4512.724.54-
YUV84.61105.6597.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=20.90%
G=56.72%
B=22.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42114450.6300.610.55122.546.1530.59
Hex2A722D3F03D377a2e1f
Octal521625577075671725637
Binary10101011100101011011111110111101110111111101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,114,45); }

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

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

 a { background-color: rgb(42,114,45); }

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

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

 span { border-color: rgb(42,114,45); }

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