Html Css Color HEX #308345 Amazon

📋 copy color: '#308345'

red 48 ◦ green 131 ◦ blue 69

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

Shades of Amazon #308345

Tints of Amazon #308345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.82%

R = 19.35%
G = 52.82%
B = 27.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#308345 (or 0x308345) is known color: Amazon. HEX triplet: 30, 83 and 45. RGB value is (48,131,69). Sum of RGB (Red+Green+Blue) = 48+131+69=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #308345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308345 is #CF7CBA. Grayscale: #636363. Windows color (decimal): -13597883 or 4555568. OLE color: 4555568.

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

Color convert

RGB 48 131 69 -
CMYK 0.63 0 0.47 0.49
HSL 135.18º 0.46% 0.35% -
HSV(B) 135.18º 0.63% 0.51% -
XYZ 10.41 17.29 8.42 -
YUV 99.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 48 131 69 0.63 0 0.47 0.49 135.18 0.46 0.35
Hex 30 83 45 3F 0 2F 31 87 2E 23
Octal 60 203 105 77 0 57 61 207 56 43
Binary 110000 10000011 1000101 111111 0 101111 110001 10000111 101110 100011

Color Harmonies of #308345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308345

Black with #308345

Text Example


Text Example

White with #308345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308345; }

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

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

background-color css

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

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

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

border-color css

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

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

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