Html Css Color HEX #307341 Camarone

📋 copy color: '#307341'

red 48 ◦ green 115 ◦ blue 65

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

Shades of Camarone #307341

Tints of Camarone #307341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

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

R = 21.05%
G = 50.44%
B = 28.51%

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

#307341 (or 0x307341) is known color: Camarone. HEX triplet: 30, 73 and 41. RGB value is (48,115,65). Sum of RGB (Red+Green+Blue) = 48+115+65=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #307341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307341 is #CF8CBE. Grayscale: #595959. Windows color (decimal): -13601983 or 4289328. OLE color: 4289328.

HSL color Cylindrical-coordinate representation of color #307341: hue angle of 135.22º 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 #307341 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 65 -
CMYK 0.58 0 0.43 0.55
HSL 135.22º 0.41% 0.32% -
HSV(B) 135.22º 0.58% 0.45% -
XYZ 8.3 13.27 7.13 -
YUV 89.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 48 115 65 0.58 0 0.43 0.55 135.22 0.41 0.32
Hex 30 73 41 3A 0 2B 37 87 29 20
Octal 60 163 101 72 0 53 67 207 51 40
Binary 110000 1110011 1000001 111010 0 101011 110111 10000111 101001 100000

Color Harmonies of #307341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307341

Black with #307341

Text Example


Text Example

White with #307341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307341; }

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

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

background-color css

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

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

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

border-color css

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

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

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