#283D2E

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

Shades of Gordons Green #283D2E

Tints of Gordons Green #283D2E

Color information

#283D2E (or 0x283D2E) is unknown color: approx Gordons Green. HEX triplet: 28, 3D and 2E. RGB value is (40,61,46). Sum of RGB (Red+Green+Blue) = 40+61+46=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #283D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D2E is #D7C2D1. Grayscale: #353535. Windows color (decimal): -14140114 or 3030312. OLE color: 3030312.

HSL color Cylindrical-coordinate representation of color #283D2E: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283D2E is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB406146-
CMYK0.3400.250.76
HSL137.14º20.79%19.8%-
HSV(B)137.14º34.43%23.92%-
XYZ3.043.993.19-
YUV53.01124.04118.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 61 (24.22% from 255) = 41.50%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=27.21%
G=41.50%
B=31.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4061460.3400.250.76137.1420.7919.8
Hex283D2E220194C891514
Octal507556420311142112524
Binary1010001111011011101000100110011001100100010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283D2E; }

 p { color: rgb(40,61,46); }

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

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

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

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

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

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

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