Html Css Color HEX #308245 Amazon

📋 copy color: '#308245'

red 48 ◦ green 130 ◦ blue 69

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

Shades of Amazon #308245

Tints of Amazon #308245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.63%

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

R = 19.43%
G = 52.63%
B = 27.94%

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

#308245 (or 0x308245) is known color: Amazon. HEX triplet: 30, 82 and 45. RGB value is (48,130,69). Sum of RGB (Red+Green+Blue) = 48+130+69=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #308245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308245 is #CF7DBA. Grayscale: #626262. Windows color (decimal): -13598139 or 4555312. OLE color: 4555312.

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

Color convert

RGB 48 130 69 -
CMYK 0.63 0 0.47 0.49
HSL 135.37º 0.46% 0.35% -
HSV(B) 135.37º 0.63% 0.51% -
XYZ 10.28 17.02 8.37 -
YUV 98.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 48 130 69 0.63 0 0.47 0.49 135.37 0.46 0.35
Hex 30 82 45 3F 0 2F 31 87 2E 23
Octal 60 202 105 77 0 57 61 207 56 43
Binary 110000 10000010 1000101 111111 0 101111 110001 10000111 101110 100011

Color Harmonies of #308245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308245

Black with #308245

Text Example


Text Example

White with #308245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308245; }

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

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

background-color css

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

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

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

border-color css

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

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

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