Html Css Color HEX #307245 Amazon

📋 copy color: '#307245'

red 48 ◦ green 114 ◦ blue 69

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

Shades of Amazon #307245

Tints of Amazon #307245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

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

R = 20.78%
G = 49.35%
B = 29.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#307245 (or 0x307245) is known color: Amazon. HEX triplet: 30, 72 and 45. RGB value is (48,114,69). Sum of RGB (Red+Green+Blue) = 48+114+69=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #307245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307245 is #CF8DBA. Grayscale: #595959. Windows color (decimal): -13602235 or 4551216. OLE color: 4551216.

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

Color convert

RGB 48 114 69 -
CMYK 0.58 0 0.39 0.55
HSL 139.09º 0.41% 0.32% -
HSV(B) 139.09º 0.58% 0.45% -
XYZ 8.31 13.09 7.72 -
YUV 89.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 48 114 69 0.58 0 0.39 0.55 139.09 0.41 0.32
Hex 30 72 45 3A 0 27 37 8B 29 20
Octal 60 162 105 72 0 47 67 213 51 40
Binary 110000 1110010 1000101 111010 0 100111 110111 10001011 101001 100000

Color Harmonies of #307245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307245

Black with #307245

Text Example


Text Example

White with #307245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307245; }

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

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

background-color css

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

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

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

border-color css

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

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

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