#213F26

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

Shades of Gordons Green #213F26

Tints of Gordons Green #213F26

Color information

#213F26 (or 0x213F26) is unknown color: approx Gordons Green. HEX triplet: 21, 3F and 26. RGB value is (33,63,38). Sum of RGB (Red+Green+Blue) = 33+63+38=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #213F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F26 is #DEC0D9. Grayscale: #333333. Windows color (decimal): -14598362 or 2506529. OLE color: 2506529.

HSL color Cylindrical-coordinate representation of color #213F26: hue angle of 130º 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 #213F26 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB336338-
CMYK0.4800.400.75
HSL130º31.25%18.82%-
HSV(B)130º47.62%24.71%-
XYZ2.754.022.46-
YUV51.18120.56115.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 63 (25% from 255) = 47.01%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=24.63%
G=47.01%
B=28.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363380.4800.400.7513031.2518.82
Hex213F26300284B821f13
Octal417746600501132023723
Binary10000111111110011011000001010001001011100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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