Html Css Color HEX #284A3A Bottle Green

📋 copy color: '#284A3A'

red 40 ◦ green 74 ◦ blue 58

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

Shades of Bottle Green #284A3A

Tints of Bottle Green #284A3A

RGB

 RED value IS 40 (16.02% from 255) = 23.26%

 GREEN value IS 74 (29.3% from 255) = 43.02%

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 23.26%
G = 43.02%
B = 33.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#284A3A (or 0x284A3A) is known color: Bottle Green. HEX triplet: 28, 4A and 3A. RGB value is (40,74,58). Sum of RGB (Red+Green+Blue) = 40+74+58=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #284A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A3A is #D7B5C5. Grayscale: #3E3E3E. Windows color (decimal): -14136774 or 3820072. OLE color: 3820072.

HSL color Cylindrical-coordinate representation of color #284A3A: hue angle of 151.76º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A3A is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 74 58 -
CMYK 0.46 0 0.22 0.71
HSL 151.76º 0.3% 0.22% -
HSV(B) 151.76º 0.46% 0.29% -
XYZ 4.09 5.65 4.88 -
YUV 62.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 40 74 58 0.46 0 0.22 0.71 151.76 0.3 0.22
Hex 28 4A 3A 2E 0 16 47 98 1E 16
Octal 50 112 72 56 0 26 107 230 36 26
Binary 101000 1001010 111010 101110 0 10110 1000111 10011000 11110 10110

Color Harmonies of #284A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A3A

Black with #284A3A

Text Example


Text Example

White with #284A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A3A; }

 p { color: rgb(40,74,58); }

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

background-color css

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

 a { background-color: rgb(40,74,58); }

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

border-color css

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

 span { border-color: rgb(40,74,58); }

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