#30682C

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

Shades of San Felix #30682C

Tints of San Felix #30682C

Color information

#30682C (or 0x30682C) is unknown color: approx San Felix. HEX triplet: 30, 68 and 2C. RGB value is (48,104,44). Sum of RGB (Red+Green+Blue) = 48+104+44=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #30682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30682C is #CF97D3. Grayscale: #505050. Windows color (decimal): -13604820 or 2910256. OLE color: 2910256.

HSL color Cylindrical-coordinate representation of color #30682C: hue angle of 116º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30682C is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB4810444-
CMYK0.5400.580.59
HSL116º40.54%29.02%-
HSV(B)116º57.69%40.78%-
XYZ6.6210.714.1-
YUV80.42107.45104.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=24.49%
G=53.06%
B=22.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104440.5400.580.5911640.5429.02
Hex30682C3603A3B74291d
Octal601505466072731645135
Binary11000011010001011001101100111010111011111010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30682C; }

 p { color: rgb(48,104,44); }

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

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

 a { background-color: rgb(48,104,44); }

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

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

 span { border-color: rgb(48,104,44); }

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