#2D703A

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

Shades of San Felix #2D703A

Tints of San Felix #2D703A

Color information

#2D703A (or 0x2D703A) is unknown color: approx San Felix. HEX triplet: 2D, 70 and 3A. RGB value is (45,112,58). Sum of RGB (Red+Green+Blue) = 45+112+58=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #2D703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D703A is #D28FC5. Grayscale: #555555. Windows color (decimal): -13799366 or 3829805. OLE color: 3829805.

HSL color Cylindrical-coordinate representation of color #2D703A: hue angle of 131.64º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D703A is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB4511258-
CMYK0.6000.480.56
HSL131.64º42.68%30.78%-
HSV(B)131.64º59.82%43.92%-
XYZ7.6412.456-
YUV85.81112.398.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.93%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=20.93%
G=52.09%
B=26.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112580.6000.480.56131.6442.6830.78
Hex2D703A3C03038842b1f
Octal551607274060702045337
Binary101101111000011101011110001100001110001000010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,112,58); }

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

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

 a { background-color: rgb(45,112,58); }

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

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

 span { border-color: rgb(45,112,58); }

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