#306F41

Color #306F41 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #306F41

Tints of Camarone #306F41

Color information

#306F41 (or 0x306F41) is unknown color: approx Camarone. HEX triplet: 30, 6F and 41. RGB value is (48,111,65). Sum of RGB (Red+Green+Blue) = 48+111+65=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #306F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F41 is #CF90BE. Grayscale: #575757. Windows color (decimal): -13603007 or 4288304. OLE color: 4288304.

HSL color Cylindrical-coordinate representation of color #306F41: hue angle of 136.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 #306F41 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB4811165-
CMYK0.5700.410.56
HSL136.19º39.62%31.18%-
HSV(B)136.19º56.76%43.53%-
XYZ7.8612.386.98-
YUV86.92115.63100.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=21.43%
G=49.55%
B=29.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48111650.5700.410.56136.1939.6231.18
Hex306F41390293888281f
Octal6015710171051702105037
Binary1100001101111100000111100101010011110001000100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306F41; }

 p { color: rgb(48,111,65); }

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

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

 a { background-color: rgb(48,111,65); }

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

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

 span { border-color: rgb(48,111,65); }

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