Html Css Color HEX #307843 Amazon

📋 copy color: '#307843'

red 48 ◦ green 120 ◦ blue 67

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

Shades of Amazon #307843

Tints of Amazon #307843

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.06%

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

R = 20.43%
G = 51.06%
B = 28.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#307843 (or 0x307843) is known color: Amazon. HEX triplet: 30, 78 and 43. RGB value is (48,120,67). Sum of RGB (Red+Green+Blue) = 48+120+67=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #307843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307843 is #CF87BC. Grayscale: #5C5C5C. Windows color (decimal): -13600701 or 4421680. OLE color: 4421680.

HSL color Cylindrical-coordinate representation of color #307843: hue angle of 135.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307843 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 67 -
CMYK 0.60 0 0.44 0.53
HSL 135.83º 0.43% 0.33% -
HSV(B) 135.83º 0.6% 0.47% -
XYZ 8.95 14.47 7.63 -
YUV 92.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 48 120 67 0.60 0 0.44 0.53 135.83 0.43 0.33
Hex 30 78 43 3C 0 2C 35 88 2B 21
Octal 60 170 103 74 0 54 65 210 53 41
Binary 110000 1111000 1000011 111100 0 101100 110101 10001000 101011 100001

Color Harmonies of #307843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307843

Black with #307843

Text Example


Text Example

White with #307843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307843; }

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

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

background-color css

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

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

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

border-color css

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

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

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