Html Css Color HEX #308343 Amazon

📋 copy color: '#308343'

red 48 ◦ green 131 ◦ blue 67

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

Shades of Amazon #308343

Tints of Amazon #308343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

 BLUE value IS 67 (26.56% from 255) = 27.24%

R = 19.51%
G = 53.25%
B = 27.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#308343 (or 0x308343) is known color: Amazon. HEX triplet: 30, 83 and 43. RGB value is (48,131,67). Sum of RGB (Red+Green+Blue) = 48+131+67=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #308343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308343 is #CF7CBC. Grayscale: #636363. Windows color (decimal): -13597885 or 4424496. OLE color: 4424496.

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

Color convert

RGB 48 131 67 -
CMYK 0.63 0 0.49 0.49
HSL 133.73º 0.46% 0.35% -
HSV(B) 133.73º 0.63% 0.51% -
XYZ 10.35 17.27 8.1 -
YUV 98.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 48 131 67 0.63 0 0.49 0.49 133.73 0.46 0.35
Hex 30 83 43 3F 0 31 31 86 2E 23
Octal 60 203 103 77 0 61 61 206 56 43
Binary 110000 10000011 1000011 111111 0 110001 110001 10000110 101110 100011

Color Harmonies of #308343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308343

Black with #308343

Text Example


Text Example

White with #308343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308343; }

 p { color: rgb(48,131,67); }

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

background-color css

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

 a { background-color: rgb(48,131,67); }

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

border-color css

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

 span { border-color: rgb(48,131,67); }

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