Html Css Color HEX #307441 Camarone

📋 copy color: '#307441'

red 48 ◦ green 116 ◦ blue 65

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

Shades of Camarone #307441

Tints of Camarone #307441

RGB

 RED value IS 48 (19.14% from 255) = 20.96%

 GREEN value IS 116 (45.7% from 255) = 50.66%

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 20.96%
G = 50.66%
B = 28.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#307441 (or 0x307441) is known color: Camarone. HEX triplet: 30, 74 and 41. RGB value is (48,116,65). Sum of RGB (Red+Green+Blue) = 48+116+65=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #307441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307441 is #CF8BBE. Grayscale: #595959. Windows color (decimal): -13601727 or 4289584. OLE color: 4289584.

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

Color convert

RGB 48 116 65 -
CMYK 0.59 0 0.44 0.55
HSL 135º 0.41% 0.32% -
HSV(B) 135º 0.59% 0.45% -
XYZ 8.42 13.5 7.16 -
YUV 89.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 48 116 65 0.59 0 0.44 0.55 135 0.41 0.32
Hex 30 74 41 3B 0 2C 37 87 29 20
Octal 60 164 101 73 0 54 67 207 51 40
Binary 110000 1110100 1000001 111011 0 101100 110111 10000111 101001 100000

Color Harmonies of #307441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307441

Black with #307441

Text Example


Text Example

White with #307441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307441; }

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

 H1.HeaderClassName
 {
   color: #307441;
 }
 .AnyTagClassName
 {
   color: #307441;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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