Html Css Color HEX #308243 Amazon

📋 copy color: '#308243'

red 48 ◦ green 130 ◦ blue 67

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

Shades of Amazon #308243

Tints of Amazon #308243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.35%

R = 19.59%
G = 53.06%
B = 27.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#308243 (or 0x308243) is known color: Amazon. HEX triplet: 30, 82 and 43. RGB value is (48,130,67). Sum of RGB (Red+Green+Blue) = 48+130+67=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #308243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308243 is #CF7DBC. Grayscale: #626262. Windows color (decimal): -13598141 or 4424240. OLE color: 4424240.

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

Color convert

RGB 48 130 67 -
CMYK 0.63 0 0.48 0.49
HSL 133.9º 0.46% 0.35% -
HSV(B) 133.9º 0.63% 0.51% -
XYZ 10.21 17 8.05 -
YUV 98.3 110.33 92.12 -
System Red Green Blue C M Y K H S L
Decimal 48 130 67 0.63 0 0.48 0.49 133.9 0.46 0.35
Hex 30 82 43 3F 0 30 31 86 2E 23
Octal 60 202 103 77 0 60 61 206 56 43
Binary 110000 10000010 1000011 111111 0 110000 110001 10000110 101110 100011

Color Harmonies of #308243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308243

Black with #308243

Text Example


Text Example

White with #308243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308243; }

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

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

background-color css

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

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

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

border-color css

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

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

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