Html Css Color HEX #307956 Amazon

📋 copy color: '#307956'

red 48 ◦ green 121 ◦ blue 86

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

Shades of Amazon #307956

Tints of Amazon #307956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 18.82%
G = 47.45%
B = 33.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#307956 (or 0x307956) is known color: Amazon. HEX triplet: 30, 79 and 56. RGB value is (48,121,86). Sum of RGB (Red+Green+Blue) = 48+121+86=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #307956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307956 is #CF86A9. Grayscale: #5F5F5F. Windows color (decimal): -13600426 or 5667120. OLE color: 5667120.

HSL color Cylindrical-coordinate representation of color #307956: hue angle of 151.23º 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 #307956 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 86 -
CMYK 0.60 0 0.29 0.53
HSL 151.23º 0.43% 0.33% -
HSV(B) 151.23º 0.6% 0.47% -
XYZ 9.74 14.98 11.18 -
YUV 95.18 122.82 94.35 -
System Red Green Blue C M Y K H S L
Decimal 48 121 86 0.60 0 0.29 0.53 151.23 0.43 0.33
Hex 30 79 56 3C 0 1D 35 97 2B 21
Octal 60 171 126 74 0 35 65 227 53 41
Binary 110000 1111001 1010110 111100 0 11101 110101 10010111 101011 100001

Color Harmonies of #307956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307956

Black with #307956

Text Example


Text Example

White with #307956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307956; }

 p { color: rgb(48,121,86); }

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

background-color css

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

 a { background-color: rgb(48,121,86); }

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

border-color css

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

 span { border-color: rgb(48,121,86); }

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