Html Css Color HEX #283028 Gordons Green

📋 copy color: '#283028'

red 40 ◦ green 48 ◦ blue 40

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

Shades of Gordons Green #283028

Tints of Gordons Green #283028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.5%

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

R = 31.25%
G = 37.5%
B = 31.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#283028 (or 0x283028) is known color: Gordons Green. HEX triplet: 28, 30 and 28. RGB value is (40,48,40). Sum of RGB (Red+Green+Blue) = 40+48+40=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 48 - color contains mainly: green. Hex color #283028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283028 is #D7CFD7. Grayscale: #2C2C2C. Windows color (decimal): -14143448 or 2633768. OLE color: 2633768.

HSL color Cylindrical-coordinate representation of color #283028: hue angle of 120º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #283028 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 40 -
CMYK 0.17 0 0.17 0.81
HSL 120º 0.09% 0.17% -
HSV(B) 120º 0.17% 0.19% -
XYZ 2.32 2.72 2.41 -
YUV 44.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 40 48 40 0.17 0 0.17 0.81 120 0.09 0.17
Hex 28 30 28 11 0 11 51 78 9 11
Octal 50 60 50 21 0 21 121 170 11 21
Binary 101000 110000 101000 10001 0 10001 1010001 1111000 1001 10001

Color Harmonies of #283028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283028

Black with #283028

Text Example


Text Example

White with #283028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283028; }

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

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

background-color css

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

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

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

border-color css

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

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

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