Html Css Color HEX #307253 Amazon

📋 copy color: '#307253'

red 48 ◦ green 114 ◦ blue 83

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

Shades of Amazon #307253

Tints of Amazon #307253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

 BLUE value IS 83 (32.81% from 255) = 33.88%

R = 19.59%
G = 46.53%
B = 33.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#307253 (or 0x307253) is known color: Amazon. HEX triplet: 30, 72 and 53. RGB value is (48,114,83). Sum of RGB (Red+Green+Blue) = 48+114+83=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #307253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307253 is #CF8DAC. Grayscale: #5A5A5A. Windows color (decimal): -13602221 or 5468720. OLE color: 5468720.

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

Color convert

RGB 48 114 83 -
CMYK 0.58 0 0.27 0.55
HSL 151.82º 0.41% 0.32% -
HSV(B) 151.82º 0.58% 0.45% -
XYZ 8.8 13.29 10.28 -
YUV 90.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 48 114 83 0.58 0 0.27 0.55 151.82 0.41 0.32
Hex 30 72 53 3A 0 1B 37 98 29 20
Octal 60 162 123 72 0 33 67 230 51 40
Binary 110000 1110010 1010011 111010 0 11011 110111 10011000 101001 100000

Color Harmonies of #307253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307253

Black with #307253

Text Example


Text Example

White with #307253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307253; }

 p { color: rgb(48,114,83); }

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

background-color css

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

 a { background-color: rgb(48,114,83); }

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

border-color css

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

 span { border-color: rgb(48,114,83); }

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