#30703A

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

Shades of San Felix #30703A

Tints of San Felix #30703A

Color information

#30703A (or 0x30703A) is unknown color: approx San Felix. HEX triplet: 30, 70 and 3A. RGB value is (48,112,58). Sum of RGB (Red+Green+Blue) = 48+112+58=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #30703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30703A is #CF8FC5. Grayscale: #565656. Windows color (decimal): -13602758 or 3829808. OLE color: 3829808.

HSL color Cylindrical-coordinate representation of color #30703A: hue angle of 129.38º 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 #30703A is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB4811258-
CMYK0.5700.480.56
HSL129.38º40%31.37%-
HSV(B)129.38º57.14%43.92%-
XYZ7.7812.526.01-
YUV86.71111.8100.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=22.02%
G=51.38%
B=26.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112580.5700.480.56129.384031.37
Hex30703A390303881281f
Octal601607271060702015037
Binary110000111000011101011100101100001110001000000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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