#213F28

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

Shades of Gordons Green #213F28

Tints of Gordons Green #213F28

Color information

#213F28 (or 0x213F28) is unknown color: approx Gordons Green. HEX triplet: 21, 3F and 28. RGB value is (33,63,40). Sum of RGB (Red+Green+Blue) = 33+63+40=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #213F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F28 is #DEC0D7. Grayscale: #333333. Windows color (decimal): -14598360 or 2637601. OLE color: 2637601.

HSL color Cylindrical-coordinate representation of color #213F28: hue angle of 134º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F28 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB336340-
CMYK0.4800.370.75
HSL134º31.25%18.82%-
HSV(B)134º47.62%24.71%-
XYZ2.794.032.64-
YUV51.41121.56114.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 63 (25% from 255) = 46.32%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=24.26%
G=46.32%
B=29.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363400.4800.370.7513431.2518.82
Hex213F28300254B861f13
Octal417750600451132063723
Binary10000111111110100011000001001011001011100001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F28; }

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

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

<style>
 a { background-color: #213F28; }

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

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

<style>
 span { border-color: #213F28; }

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

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