Html Css Color HEX #307145 Amazon

📋 copy color: '#307145'

red 48 ◦ green 113 ◦ blue 69

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

Shades of Amazon #307145

Tints of Amazon #307145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

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

R = 20.87%
G = 49.13%
B = 30%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#307145 (or 0x307145) is known color: Amazon. HEX triplet: 30, 71 and 45. RGB value is (48,113,69). Sum of RGB (Red+Green+Blue) = 48+113+69=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #307145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307145 is #CF8EBA. Grayscale: #585858. Windows color (decimal): -13602491 or 4550960. OLE color: 4550960.

HSL color Cylindrical-coordinate representation of color #307145: hue angle of 139.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307145 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 69 -
CMYK 0.58 0 0.39 0.56
HSL 139.38º 0.4% 0.32% -
HSV(B) 139.38º 0.58% 0.44% -
XYZ 8.2 12.87 7.68 -
YUV 88.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 48 113 69 0.58 0 0.39 0.56 139.38 0.4 0.32
Hex 30 71 45 3A 0 27 38 8B 28 20
Octal 60 161 105 72 0 47 70 213 50 40
Binary 110000 1110001 1000101 111010 0 100111 111000 10001011 101000 100000

Color Harmonies of #307145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307145

Black with #307145

Text Example


Text Example

White with #307145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307145; }

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

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

background-color css

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

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

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

border-color css

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

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

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