Html Css Color HEX #307344 Amazon

📋 copy color: '#307344'

red 48 ◦ green 115 ◦ blue 68

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

Shades of Amazon #307344

Tints of Amazon #307344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 20.78%
G = 49.78%
B = 29.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#307344 (or 0x307344) is known color: Amazon. HEX triplet: 30, 73 and 44. RGB value is (48,115,68). Sum of RGB (Red+Green+Blue) = 48+115+68=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #307344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307344 is #CF8CBB. Grayscale: #595959. Windows color (decimal): -13601980 or 4485936. OLE color: 4485936.

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

Color convert

RGB 48 115 68 -
CMYK 0.58 0 0.41 0.55
HSL 137.91º 0.41% 0.32% -
HSV(B) 137.91º 0.58% 0.45% -
XYZ 8.39 13.31 7.6 -
YUV 89.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 48 115 68 0.58 0 0.41 0.55 137.91 0.41 0.32
Hex 30 73 44 3A 0 29 37 8A 29 20
Octal 60 163 104 72 0 51 67 212 51 40
Binary 110000 1110011 1000100 111010 0 101001 110111 10001010 101001 100000

Color Harmonies of #307344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307344

Black with #307344

Text Example


Text Example

White with #307344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307344; }

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

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

background-color css

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

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

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

border-color css

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

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

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