Html Css Color HEX #283228 Gordons Green

📋 copy color: '#283228'

red 40 ◦ green 50 ◦ blue 40

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

Shades of Gordons Green #283228

Tints of Gordons Green #283228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.46%

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#283228 (or 0x283228) is known color: Gordons Green. HEX triplet: 28, 32 and 28. RGB value is (40,50,40). Sum of RGB (Red+Green+Blue) = 40+50+40=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #283228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283228 is #D7CDD7. Grayscale: #2D2D2D. Windows color (decimal): -14142936 or 2634280. OLE color: 2634280.

HSL color Cylindrical-coordinate representation of color #283228: hue angle of 120º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #283228 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 50 40 -
CMYK 0.20 0 0.20 0.80
HSL 120º 0.11% 0.18% -
HSV(B) 120º 0.2% 0.2% -
XYZ 2.4 2.89 2.44 -
YUV 45.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 40 50 40 0.20 0 0.20 0.80 120 0.11 0.18
Hex 28 32 28 14 0 14 50 78 B 12
Octal 50 62 50 24 0 24 120 170 13 22
Binary 101000 110010 101000 10100 0 10100 1010000 1111000 1011 10010

Color Harmonies of #283228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283228

Black with #283228

Text Example


Text Example

White with #283228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283228; }

 p { color: rgb(40,50,40); }

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

background-color css

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

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

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

border-color css

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

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

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