Html Css Color HEX #308447 Amazon

📋 copy color: '#308447'

red 48 ◦ green 132 ◦ blue 71

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

Shades of Amazon #308447

Tints of Amazon #308447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.59%

 BLUE value IS 71 (28.13% from 255) = 28.29%

R = 19.12%
G = 52.59%
B = 28.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#308447 (or 0x308447) is known color: Amazon. HEX triplet: 30, 84 and 47. RGB value is (48,132,71). Sum of RGB (Red+Green+Blue) = 48+132+71=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #308447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308447 is #CF7BB8. Grayscale: #646464. Windows color (decimal): -13597625 or 4686896. OLE color: 4686896.

HSL color Cylindrical-coordinate representation of color #308447: hue angle of 136.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308447 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 71 -
CMYK 0.64 0 0.46 0.48
HSL 136.43º 0.47% 0.35% -
HSV(B) 136.43º 0.64% 0.52% -
XYZ 10.61 17.59 8.8 -
YUV 99.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 48 132 71 0.64 0 0.46 0.48 136.43 0.47 0.35
Hex 30 84 47 40 0 2E 30 88 2F 23
Octal 60 204 107 100 0 56 60 210 57 43
Binary 110000 10000100 1000111 1000000 0 101110 110000 10001000 101111 100011

Color Harmonies of #308447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308447

Black with #308447

Text Example


Text Example

White with #308447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308447; }

 p { color: rgb(48,132,71); }

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

background-color css

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

 a { background-color: rgb(48,132,71); }

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

border-color css

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

 span { border-color: rgb(48,132,71); }

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