Html Css Color HEX #308043 Amazon

📋 copy color: '#308043'

red 48 ◦ green 128 ◦ blue 67

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

Shades of Amazon #308043

Tints of Amazon #308043

RGB

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

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

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

R = 19.75%
G = 52.67%
B = 27.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#308043 (or 0x308043) is known color: Amazon. HEX triplet: 30, 80 and 43. RGB value is (48,128,67). Sum of RGB (Red+Green+Blue) = 48+128+67=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #308043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308043 is #CF7FBC. Grayscale: #616161. Windows color (decimal): -13598653 or 4423728. OLE color: 4423728.

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

Color convert

RGB 48 128 67 -
CMYK 0.62 0 0.48 0.50
HSL 134.25º 0.45% 0.35% -
HSV(B) 134.25º 0.63% 0.5% -
XYZ 9.95 16.47 7.97 -
YUV 97.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 48 128 67 0.62 0 0.48 0.50 134.25 0.45 0.35
Hex 30 80 43 3E 0 30 32 86 2D 23
Octal 60 200 103 76 0 60 62 206 55 43
Binary 110000 10000000 1000011 111110 0 110000 110010 10000110 101101 100011

Color Harmonies of #308043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308043

Black with #308043

Text Example


Text Example

White with #308043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308043; }

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

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

background-color css

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

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

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

border-color css

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

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

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