#307042

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

Shades of Camarone #307042

Tints of Camarone #307042

Color information

#307042 (or 0x307042) is unknown color: approx Camarone. HEX triplet: 30, 70 and 42. RGB value is (48,112,66). Sum of RGB (Red+Green+Blue) = 48+112+66=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #307042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307042 is #CF8FBD. Grayscale: #575757. Windows color (decimal): -13602750 or 4354096. OLE color: 4354096.

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

Color convert

RGB4811266-
CMYK0.5700.410.56
HSL136.88º40%31.37%-
HSV(B)136.88º57.14%43.92%-
XYZ812.617.17-
YUV87.62115.899.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 112 (44.14% from 255) = 49.56%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=21.24%
G=49.56%
B=29.20%

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
Decimal48112660.5700.410.56136.884031.37
Hex307042390293889281f
Octal6016010271051702115037
Binary1100001110000100001011100101010011110001000100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307042; }

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

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

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

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

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

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

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

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