Html Css Color HEX #307241 Camarone

📋 copy color: '#307241'

red 48 ◦ green 114 ◦ blue 65

#307241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #307241

Tints of Camarone #307241

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 value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#307241 (or 0x307241) is known color: 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

RGB 48 114 65 -
CMYK 0.58 0 0.43 0.55
HSL 135.45º 0.41% 0.32% -
HSV(B) 135.45º 0.58% 0.45% -
XYZ 8.19 13.04 7.09 -
YUV 88.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 48 114 65 0.58 0 0.43 0.55 135.45 0.41 0.32
Hex 30 72 41 3A 0 2B 37 87 29 20
Octal 60 162 101 72 0 53 67 207 51 40
Binary 110000 1110010 1000001 111010 0 101011 110111 10000111 101001 100000

Color Harmonies of #307241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307241

Black with #307241

Text Example


Text Example

White with #307241

Text Example


Text Example

HTML Codes & Css Web 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>