Html Css Color HEX #30764B Amazon

📋 copy color: '#30764B'

red 48 ◦ green 118 ◦ blue 75

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

Shades of Amazon #30764B

Tints of Amazon #30764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 19.92%
G = 48.96%
B = 31.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#30764B (or 0x30764B) is known color: Amazon. HEX triplet: 30, 76 and 4B. RGB value is (48,118,75). Sum of RGB (Red+Green+Blue) = 48+118+75=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #30764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30764B is #CF89B4. Grayscale: #5C5C5C. Windows color (decimal): -13601205 or 4945456. OLE color: 4945456.

HSL color Cylindrical-coordinate representation of color #30764B: hue angle of 143.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30764B is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 75 -
CMYK 0.59 0 0.36 0.54
HSL 143.14º 0.42% 0.33% -
HSV(B) 143.14º 0.59% 0.46% -
XYZ 8.97 14.09 8.9 -
YUV 92.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 48 118 75 0.59 0 0.36 0.54 143.14 0.42 0.33
Hex 30 76 4B 3B 0 24 36 8F 2A 21
Octal 60 166 113 73 0 44 66 217 52 41
Binary 110000 1110110 1001011 111011 0 100100 110110 10001111 101010 100001

Color Harmonies of #30764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30764B

Black with #30764B

Text Example


Text Example

White with #30764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30764B; }

 p { color: rgb(48,118,75); }

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

background-color css

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

 a { background-color: rgb(48,118,75); }

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

border-color css

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

 span { border-color: rgb(48,118,75); }

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