Html Css Color HEX #308044 Amazon

📋 copy color: '#308044'

red 48 ◦ green 128 ◦ blue 68

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

Shades of Amazon #308044

Tints of Amazon #308044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.46%

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

R = 19.67%
G = 52.46%
B = 27.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#308044 (or 0x308044) is known color: Amazon. HEX triplet: 30, 80 and 44. RGB value is (48,128,68). Sum of RGB (Red+Green+Blue) = 48+128+68=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #308044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308044 is #CF7FBB. Grayscale: #616161. Windows color (decimal): -13598652 or 4489264. OLE color: 4489264.

HSL color Cylindrical-coordinate representation of color #308044: hue angle of 135º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308044 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 68 -
CMYK 0.62 0 0.47 0.50
HSL 135º 0.45% 0.35% -
HSV(B) 135º 0.63% 0.5% -
XYZ 9.98 16.48 8.12 -
YUV 97.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 48 128 68 0.62 0 0.47 0.50 135 0.45 0.35
Hex 30 80 44 3E 0 2F 32 87 2D 23
Octal 60 200 104 76 0 57 62 207 55 43
Binary 110000 10000000 1000100 111110 0 101111 110010 10000111 101101 100011

Color Harmonies of #308044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308044

Black with #308044

Text Example


Text Example

White with #308044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308044; }

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

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

background-color css

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

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

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

border-color css

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

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

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