Html Css Color HEX #308545 Amazon

📋 copy color: '#308545'

red 48 ◦ green 133 ◦ blue 69

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

Shades of Amazon #308545

Tints of Amazon #308545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 19.2%
G = 53.2%
B = 27.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#308545 (or 0x308545) is known color: Amazon. HEX triplet: 30, 85 and 45. RGB value is (48,133,69). Sum of RGB (Red+Green+Blue) = 48+133+69=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #308545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308545 is #CF7ABA. Grayscale: #646464. Windows color (decimal): -13597371 or 4556080. OLE color: 4556080.

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

Color convert

RGB 48 133 69 -
CMYK 0.64 0 0.48 0.48
HSL 134.82º 0.47% 0.35% -
HSV(B) 134.82º 0.64% 0.52% -
XYZ 10.68 17.83 8.51 -
YUV 100.29 110.34 90.7 -
System Red Green Blue C M Y K H S L
Decimal 48 133 69 0.64 0 0.48 0.48 134.82 0.47 0.35
Hex 30 85 45 40 0 30 30 87 2F 23
Octal 60 205 105 100 0 60 60 207 57 43
Binary 110000 10000101 1000101 1000000 0 110000 110000 10000111 101111 100011

Color Harmonies of #308545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308545

Black with #308545

Text Example


Text Example

White with #308545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308545; }

 p { color: rgb(48,133,69); }

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

background-color css

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

 a { background-color: rgb(48,133,69); }

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

border-color css

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

 span { border-color: rgb(48,133,69); }

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