Html Css Color HEX #308444 Amazon

📋 copy color: '#308444'

red 48 ◦ green 132 ◦ blue 68

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

Shades of Amazon #308444

Tints of Amazon #308444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 19.35%
G = 53.23%
B = 27.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#308444 (or 0x308444) is known color: Amazon. HEX triplet: 30, 84 and 44. RGB value is (48,132,68). Sum of RGB (Red+Green+Blue) = 48+132+68=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #308444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308444 is #CF7BBB. Grayscale: #636363. Windows color (decimal): -13597628 or 4490288. OLE color: 4490288.

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

Color convert

RGB 48 132 68 -
CMYK 0.64 0 0.48 0.48
HSL 134.29º 0.47% 0.35% -
HSV(B) 134.29º 0.64% 0.52% -
XYZ 10.51 17.55 8.3 -
YUV 99.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 48 132 68 0.64 0 0.48 0.48 134.29 0.47 0.35
Hex 30 84 44 40 0 30 30 86 2F 23
Octal 60 204 104 100 0 60 60 206 57 43
Binary 110000 10000100 1000100 1000000 0 110000 110000 10000110 101111 100011

Color Harmonies of #308444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308444

Black with #308444

Text Example


Text Example

White with #308444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308444; }

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

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

background-color css

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

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

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

border-color css

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

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

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