#30703D

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

Shades of San Felix #30703D

Tints of San Felix #30703D

Color information

#30703D (or 0x30703D) is unknown color: approx San Felix. HEX triplet: 30, 70 and 3D. RGB value is (48,112,61). Sum of RGB (Red+Green+Blue) = 48+112+61=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #30703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30703D is #CF8FC2. Grayscale: #575757. Windows color (decimal): -13602755 or 4026416. OLE color: 4026416.

HSL color Cylindrical-coordinate representation of color #30703D: hue angle of 132.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30703D is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB4811261-
CMYK0.5700.460.56
HSL132.19º40%31.37%-
HSV(B)132.19º57.14%43.92%-
XYZ7.8612.556.42-
YUV87.05113.3100.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=21.72%
G=50.68%
B=27.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112610.5700.460.56132.194031.37
Hex30703D3902E3884281f
Octal601607571056702045037
Binary110000111000011110111100101011101110001000010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30703D; }

 p { color: rgb(48,112,61); }

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

<style>
 a { background-color: #30703D; }

 a { background-color: rgb(48,112,61); }

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

<style>
 span { border-color: #30703D; }

 span { border-color: rgb(48,112,61); }

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