#306631

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

Shades of San Felix #306631

Tints of San Felix #306631

Color information

#306631 (or 0x306631) is unknown color: approx San Felix. HEX triplet: 30, 66 and 31. RGB value is (48,102,49). Sum of RGB (Red+Green+Blue) = 48+102+49=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #306631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306631 is #CF99CE. Grayscale: #4F4F4F. Windows color (decimal): -13605327 or 3237424. OLE color: 3237424.

HSL color Cylindrical-coordinate representation of color #306631: hue angle of 121.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306631 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB4810249-
CMYK0.5300.520.6
HSL121.11º36%29.41%-
HSV(B)121.11º52.94%40%-
XYZ6.5210.354.56-
YUV79.81110.61105.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=24.12%
G=51.26%
B=24.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102490.5300.520.6121.113629.41
Hex306631350343C79241d
Octal601466165064741714435
Binary11000011001101100011101010110100111100111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306631; }

 p { color: rgb(48,102,49); }

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

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

 a { background-color: rgb(48,102,49); }

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

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

 span { border-color: rgb(48,102,49); }

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