#283428

Color #283428 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #283428

Tints of Gordons Green #283428

Color information

#283428 (or 0x283428) is unknown color: approx Gordons Green. HEX triplet: 28, 34 and 28. RGB value is (40,52,40). Sum of RGB (Red+Green+Blue) = 40+52+40=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 52 - color contains mainly: green. Hex color #283428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283428 is #D7CBD7. Grayscale: #2F2F2F. Windows color (decimal): -14142424 or 2634792. OLE color: 2634792.

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

Color convert

RGB405240-
CMYK0.2300.230.80
HSL120º13.04%18.04%-
HSV(B)120º23.08%20.39%-
XYZ2.493.062.47-
YUV47.04124.02122.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.30%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=30.30%
G=39.39%
B=30.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052400.2300.230.8012013.0418.04
Hex283428170175078d12
Octal506450270271201701522
Binary1010001101001010001011101011110100001111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283428; }

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

 H1.HeaderClassName
 {
   color: #283428;
 }
 .AnyTagClassName
 {
   color: #283428;
 }
</style>
background-color css

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

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

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

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

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

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