#283A2D

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

Shades of Gordons Green #283A2D

Tints of Gordons Green #283A2D

Color information

#283A2D (or 0x283A2D) is unknown color: approx Gordons Green. HEX triplet: 28, 3A and 2D. RGB value is (40,58,45). Sum of RGB (Red+Green+Blue) = 40+58+45=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 58 - color contains mainly: green. Hex color #283A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A2D is #D7C5D2. Grayscale: #333333. Windows color (decimal): -14140883 or 2964008. OLE color: 2964008.

HSL color Cylindrical-coordinate representation of color #283A2D: hue angle of 136.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A2D is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB405845-
CMYK0.3100.220.77
HSL136.67º18.37%19.22%-
HSV(B)136.67º31.03%22.75%-
XYZ2.863.673.04-
YUV51.14124.54120.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.97%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=27.97%
G=40.56%
B=31.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4058450.3100.220.77136.6718.3719.22
Hex283A2D1F0164D891213
Octal507255370261152112223
Binary101000111010101101111110101101001101100010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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