Html Css Color HEX #308148 Amazon

📋 copy color: '#308148'

red 48 ◦ green 129 ◦ blue 72

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

Shades of Amazon #308148

Tints of Amazon #308148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 19.28%
G = 51.81%
B = 28.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#308148 (or 0x308148) is known color: Amazon. HEX triplet: 30, 81 and 48. RGB value is (48,129,72). Sum of RGB (Red+Green+Blue) = 48+129+72=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #308148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308148 is #CF7EB7. Grayscale: #626262. Windows color (decimal): -13598392 or 4751664. OLE color: 4751664.

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

Color convert

RGB 48 129 72 -
CMYK 0.63 0 0.44 0.49
HSL 137.78º 0.46% 0.35% -
HSV(B) 137.78º 0.63% 0.51% -
XYZ 10.24 16.8 8.83 -
YUV 98.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 48 129 72 0.63 0 0.44 0.49 137.78 0.46 0.35
Hex 30 81 48 3F 0 2C 31 8A 2E 23
Octal 60 201 110 77 0 54 61 212 56 43
Binary 110000 10000001 1001000 111111 0 101100 110001 10001010 101110 100011

Color Harmonies of #308148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308148

Black with #308148

Text Example


Text Example

White with #308148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308148; }

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

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

background-color css

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

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

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

border-color css

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

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

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