#306B41

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

Shades of Camarone #306B41

Tints of Camarone #306B41

Color information

#306B41 (or 0x306B41) is unknown color: approx Camarone. HEX triplet: 30, 6B and 41. RGB value is (48,107,65). Sum of RGB (Red+Green+Blue) = 48+107+65=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #306B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B41 is #CF94BE. Grayscale: #545454. Windows color (decimal): -13604031 or 4287280. OLE color: 4287280.

HSL color Cylindrical-coordinate representation of color #306B41: hue angle of 137.29º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B41 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB4810765-
CMYK0.5500.390.58
HSL137.29º38.06%30.39%-
HSV(B)137.29º55.14%41.96%-
XYZ7.4311.536.83-
YUV84.57116.95101.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=21.82%
G=48.64%
B=29.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107650.5500.390.58137.2938.0630.39
Hex306B41370273A89261e
Octal6015310167047722114636
Binary1100001101011100000111011101001111110101000100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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