#283F2C

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

Shades of Gordons Green #283F2C

Tints of Gordons Green #283F2C

Color information

#283F2C (or 0x283F2C) is unknown color: approx Gordons Green. HEX triplet: 28, 3F and 2C. RGB value is (40,63,44). Sum of RGB (Red+Green+Blue) = 40+63+44=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #283F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F2C is #D7C0D3. Grayscale: #363636. Windows color (decimal): -14139604 or 2899752. OLE color: 2899752.

HSL color Cylindrical-coordinate representation of color #283F2C: hue angle of 130.43º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #283F2C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB406344-
CMYK0.3700.300.75
HSL130.43º22.33%20.2%-
HSV(B)130.43º36.51%24.71%-
XYZ3.114.193.03-
YUV53.96122.38118.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 63 (25% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=27.21%
G=42.86%
B=29.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4063440.3700.300.75130.4322.3320.2
Hex283F2C2501E4B821614
Octal507754450361132022624
Binary1010001111111011001001010111101001011100000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,63,44); }

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

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

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

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

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

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

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