Html Css Color HEX #308246 Amazon

📋 copy color: '#308246'

red 48 ◦ green 130 ◦ blue 70

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

Shades of Amazon #308246

Tints of Amazon #308246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 19.35%
G = 52.42%
B = 28.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#308246 (or 0x308246) is known color: Amazon. HEX triplet: 30, 82 and 46. RGB value is (48,130,70). Sum of RGB (Red+Green+Blue) = 48+130+70=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #308246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308246 is #CF7DB9. Grayscale: #626262. Windows color (decimal): -13598138 or 4620848. OLE color: 4620848.

HSL color Cylindrical-coordinate representation of color #308246: hue angle of 136.1º 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 #308246 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 70 -
CMYK 0.63 0 0.46 0.49
HSL 136.1º 0.46% 0.35% -
HSV(B) 136.1º 0.63% 0.51% -
XYZ 10.31 17.04 8.54 -
YUV 98.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 48 130 70 0.63 0 0.46 0.49 136.1 0.46 0.35
Hex 30 82 46 3F 0 2E 31 88 2E 23
Octal 60 202 106 77 0 56 61 210 56 43
Binary 110000 10000010 1000110 111111 0 101110 110001 10001000 101110 100011

Color Harmonies of #308246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308246

Black with #308246

Text Example


Text Example

White with #308246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308246; }

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

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

background-color css

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

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

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

border-color css

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

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

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