#283F3C

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

Shades of Gable Green #283F3C

Tints of Gable Green #283F3C

Color information

#283F3C (or 0x283F3C) is unknown color: approx Gable Green. HEX triplet: 28, 3F and 3C. RGB value is (40,63,60). Sum of RGB (Red+Green+Blue) = 40+63+60=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 63 - color contains mainly: green. Hex color #283F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F3C is #D7C0C3. Grayscale: #373737. Windows color (decimal): -14139588 or 3948328. OLE color: 3948328.

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

Color convert

RGB406360-
CMYK0.3700.050.75
HSL172.17º22.33%20.2%-
HSV(B)172.17º36.51%24.71%-
XYZ3.474.334.93-
YUV55.78130.38116.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=24.54%
G=38.65%
B=36.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4063600.3700.050.75172.1722.3320.2
Hex283F3C25054Bac1614
Octal50777445051132542624
Binary10100011111111110010010101011001011101011001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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