#30733F

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

Shades of San Felix #30733F

Tints of San Felix #30733F

Color information

#30733F (or 0x30733F) is unknown color: approx San Felix. HEX triplet: 30, 73 and 3F. RGB value is (48,115,63). Sum of RGB (Red+Green+Blue) = 48+115+63=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #30733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30733F is #CF8CC0. Grayscale: #595959. Windows color (decimal): -13601985 or 4158256. OLE color: 4158256.

HSL color Cylindrical-coordinate representation of color #30733F: hue angle of 133.43º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30733F is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB4811563-
CMYK0.5800.450.55
HSL133.43º41.1%31.96%-
HSV(B)133.43º58.26%45.1%-
XYZ8.2513.256.83-
YUV89.04113.398.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 63 (25% from 255) = 27.88%
R=21.24%
G=50.88%
B=27.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115630.5800.450.55133.4341.131.96
Hex30733F3A02D37852920
Octal601637772055672055140
Binary1100001110011111111111010010110111011110000101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30733F; }

 p { color: rgb(48,115,63); }

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

<style>
 a { background-color: #30733F; }

 a { background-color: rgb(48,115,63); }

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

<style>
 span { border-color: #30733F; }

 span { border-color: rgb(48,115,63); }

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