Html Css Color HEX #308443 Amazon

📋 copy color: '#308443'

red 48 ◦ green 132 ◦ blue 67

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

Shades of Amazon #308443

Tints of Amazon #308443

RGB

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

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

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

R = 19.43%
G = 53.44%
B = 27.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#308443 (or 0x308443) is known color: Amazon. HEX triplet: 30, 84 and 43. RGB value is (48,132,67). Sum of RGB (Red+Green+Blue) = 48+132+67=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #308443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308443 is #CF7BBC. Grayscale: #636363. Windows color (decimal): -13597629 or 4424752. OLE color: 4424752.

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

Color convert

RGB 48 132 67 -
CMYK 0.64 0 0.49 0.48
HSL 133.57º 0.47% 0.35% -
HSV(B) 133.57º 0.64% 0.52% -
XYZ 10.48 17.54 8.14 -
YUV 99.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 48 132 67 0.64 0 0.49 0.48 133.57 0.47 0.35
Hex 30 84 43 40 0 31 30 86 2F 23
Octal 60 204 103 100 0 61 60 206 57 43
Binary 110000 10000100 1000011 1000000 0 110001 110000 10000110 101111 100011

Color Harmonies of #308443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308443

Black with #308443

Text Example


Text Example

White with #308443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308443; }

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

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

background-color css

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

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

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

border-color css

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

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

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