Html Css Color HEX #308144 Amazon

📋 copy color: '#308144'

red 48 ◦ green 129 ◦ blue 68

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

Shades of Amazon #308144

Tints of Amazon #308144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

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

R = 19.59%
G = 52.65%
B = 27.76%

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

#308144 (or 0x308144) is known color: Amazon. HEX triplet: 30, 81 and 44. RGB value is (48,129,68). Sum of RGB (Red+Green+Blue) = 48+129+68=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #308144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308144 is #CF7EBB. Grayscale: #616161. Windows color (decimal): -13598396 or 4489520. OLE color: 4489520.

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

Color convert

RGB 48 129 68 -
CMYK 0.63 0 0.47 0.49
HSL 134.81º 0.46% 0.35% -
HSV(B) 134.81º 0.63% 0.51% -
XYZ 10.11 16.75 8.17 -
YUV 97.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 48 129 68 0.63 0 0.47 0.49 134.81 0.46 0.35
Hex 30 81 44 3F 0 2F 31 87 2E 23
Octal 60 201 104 77 0 57 61 207 56 43
Binary 110000 10000001 1000100 111111 0 101111 110001 10000111 101110 100011

Color Harmonies of #308144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308144

Black with #308144

Text Example


Text Example

White with #308144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308144; }

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

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

background-color css

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

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

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

border-color css

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

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

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