#306C42

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

Shades of Camarone #306C42

Tints of Camarone #306C42

Color information

#306C42 (or 0x306C42) is unknown color: approx Camarone. HEX triplet: 30, 6C and 42. RGB value is (48,108,66). Sum of RGB (Red+Green+Blue) = 48+108+66=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #306C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C42 is #CF93BD. Grayscale: #555555. Windows color (decimal): -13603774 or 4353072. OLE color: 4353072.

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

Color convert

RGB4810866-
CMYK0.5600.390.58
HSL138º38.46%30.59%-
HSV(B)138º55.56%42.35%-
XYZ7.5611.757.02-
YUV85.27117.12101.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 108 (42.58% from 255) = 48.65%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=21.62%
G=48.65%
B=29.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48108660.5600.390.5813838.4630.59
Hex306C42380273A8a261f
Octal6015410270047722124637
Binary1100001101100100001011100001001111110101000101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,108,66); }

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

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

 a { background-color: rgb(48,108,66); }

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

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

 span { border-color: rgb(48,108,66); }

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