Html Css Color HEX #308249 Amazon

📋 copy color: '#308249'

red 48 ◦ green 130 ◦ blue 73

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

Shades of Amazon #308249

Tints of Amazon #308249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.79%

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 19.12%
G = 51.79%
B = 29.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#308249 (or 0x308249) is known color: Amazon. HEX triplet: 30, 82 and 49. RGB value is (48,130,73). Sum of RGB (Red+Green+Blue) = 48+130+73=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #308249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308249 is #CF7DB6. Grayscale: #636363. Windows color (decimal): -13598135 or 4817456. OLE color: 4817456.

HSL color Cylindrical-coordinate representation of color #308249: hue angle of 138.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308249 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 73 -
CMYK 0.63 0 0.44 0.49
HSL 138.29º 0.46% 0.35% -
HSV(B) 138.29º 0.63% 0.51% -
XYZ 10.4 17.07 9.05 -
YUV 98.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 48 130 73 0.63 0 0.44 0.49 138.29 0.46 0.35
Hex 30 82 49 3F 0 2C 31 8A 2E 23
Octal 60 202 111 77 0 54 61 212 56 43
Binary 110000 10000010 1001001 111111 0 101100 110001 10001010 101110 100011

Color Harmonies of #308249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308249

Black with #308249

Text Example


Text Example

White with #308249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308249; }

 p { color: rgb(48,130,73); }

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

background-color css

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

 a { background-color: rgb(48,130,73); }

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

border-color css

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

 span { border-color: rgb(48,130,73); }

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