#307241

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

Shades of Camarone #307241

Tints of Camarone #307241

Color information

#307241 (or 0x307241) is unknown color: approx Camarone. HEX triplet: 30, 72 and 41. RGB value is (48,114,65). Sum of RGB (Red+Green+Blue) = 48+114+65=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #307241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307241 is #CF8DBE. Grayscale: #585858. Windows color (decimal): -13602239 or 4289072. OLE color: 4289072.

HSL color Cylindrical-coordinate representation of color #307241: hue angle of 135.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307241 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB4811465-
CMYK0.5800.430.55
HSL135.45º40.74%31.76%-
HSV(B)135.45º57.89%44.71%-
XYZ8.1913.047.09-
YUV88.68114.6398.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=21.15%
G=50.22%
B=28.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114650.5800.430.55135.4540.7431.76
Hex3072413A02B37872920
Octal6016210172053672075140
Binary11000011100101000001111010010101111011110000111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307241; }

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

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

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

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

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

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

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

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