Html Css Color HEX #307844 Amazon

📋 copy color: '#307844'

red 48 ◦ green 120 ◦ blue 68

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

Shades of Amazon #307844

Tints of Amazon #307844

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.85%

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

R = 20.34%
G = 50.85%
B = 28.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#307844 (or 0x307844) is known color: Amazon. HEX triplet: 30, 78 and 44. RGB value is (48,120,68). Sum of RGB (Red+Green+Blue) = 48+120+68=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #307844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307844 is #CF87BB. Grayscale: #5C5C5C. Windows color (decimal): -13600700 or 4487216. OLE color: 4487216.

HSL color Cylindrical-coordinate representation of color #307844: hue angle of 136.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307844 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 68 -
CMYK 0.60 0 0.43 0.53
HSL 136.67º 0.43% 0.33% -
HSV(B) 136.67º 0.6% 0.47% -
XYZ 8.98 14.48 7.79 -
YUV 92.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 48 120 68 0.60 0 0.43 0.53 136.67 0.43 0.33
Hex 30 78 44 3C 0 2B 35 89 2B 21
Octal 60 170 104 74 0 53 65 211 53 41
Binary 110000 1111000 1000100 111100 0 101011 110101 10001001 101011 100001

Color Harmonies of #307844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307844

Black with #307844

Text Example


Text Example

White with #307844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307844; }

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

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

background-color css

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

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

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

border-color css

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

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

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