Html Css Color HEX #307958 Amazon

📋 copy color: '#307958'

red 48 ◦ green 121 ◦ blue 88

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

Shades of Amazon #307958

Tints of Amazon #307958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 18.68%
G = 47.08%
B = 34.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#307958 (or 0x307958) is known color: Amazon. HEX triplet: 30, 79 and 58. RGB value is (48,121,88). Sum of RGB (Red+Green+Blue) = 48+121+88=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #307958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307958 is #CF86A7. Grayscale: #5F5F5F. Windows color (decimal): -13600424 or 5798192. OLE color: 5798192.

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

Color convert

RGB 48 121 88 -
CMYK 0.60 0 0.27 0.53
HSL 152.88º 0.43% 0.33% -
HSV(B) 152.88º 0.6% 0.47% -
XYZ 9.82 15.01 11.61 -
YUV 95.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 48 121 88 0.60 0 0.27 0.53 152.88 0.43 0.33
Hex 30 79 58 3C 0 1B 35 99 2B 21
Octal 60 171 130 74 0 33 65 231 53 41
Binary 110000 1111001 1011000 111100 0 11011 110101 10011001 101011 100001

Color Harmonies of #307958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307958

Black with #307958

Text Example


Text Example

White with #307958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307958; }

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

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

background-color css

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

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

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

border-color css

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

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

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