#283F2B

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

Shades of Gordons Green #283F2B

Tints of Gordons Green #283F2B

Color information

#283F2B (or 0x283F2B) is unknown color: approx Gordons Green. HEX triplet: 28, 3F and 2B. RGB value is (40,63,43). Sum of RGB (Red+Green+Blue) = 40+63+43=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #283F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F2B is #D7C0D4. Grayscale: #353535. Windows color (decimal): -14139605 or 2834216. OLE color: 2834216.

HSL color Cylindrical-coordinate representation of color #283F2B: hue angle of 127.83º 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 #283F2B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB406343-
CMYK0.3700.320.75
HSL127.83º22.33%20.2%-
HSV(B)127.83º36.51%24.71%-
XYZ3.094.182.93-
YUV53.84121.88118.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=27.40%
G=43.15%
B=29.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4063430.3700.320.75127.8322.3320.2
Hex283F2B250204B801614
Octal507753450401132002624
Binary10100011111110101110010101000001001011100000001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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