Html Css Color HEX #30834B Amazon

📋 copy color: '#30834B'

red 48 ◦ green 131 ◦ blue 75

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

Shades of Amazon #30834B

Tints of Amazon #30834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 18.9%
G = 51.57%
B = 29.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#30834B (or 0x30834B) is known color: Amazon. HEX triplet: 30, 83 and 4B. RGB value is (48,131,75). Sum of RGB (Red+Green+Blue) = 48+131+75=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #30834B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30834B is #CF7CB4. Grayscale: #636363. Windows color (decimal): -13597877 or 4948784. OLE color: 4948784.

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

Color convert

RGB 48 131 75 -
CMYK 0.63 0 0.43 0.49
HSL 139.52º 0.46% 0.35% -
HSV(B) 139.52º 0.63% 0.51% -
XYZ 10.61 17.37 9.45 -
YUV 99.8 114 91.05 -
System Red Green Blue C M Y K H S L
Decimal 48 131 75 0.63 0 0.43 0.49 139.52 0.46 0.35
Hex 30 83 4B 3F 0 2B 31 8C 2E 23
Octal 60 203 113 77 0 53 61 214 56 43
Binary 110000 10000011 1001011 111111 0 101011 110001 10001100 101110 100011

Color Harmonies of #30834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30834B

Black with #30834B

Text Example


Text Example

White with #30834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30834B; }

 p { color: rgb(48,131,75); }

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

background-color css

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

 a { background-color: rgb(48,131,75); }

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

border-color css

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

 span { border-color: rgb(48,131,75); }

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