#213B26

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

Shades of Gordons Green #213B26

Tints of Gordons Green #213B26

Color information

#213B26 (or 0x213B26) is unknown color: approx Gordons Green. HEX triplet: 21, 3B and 26. RGB value is (33,59,38). Sum of RGB (Red+Green+Blue) = 33+59+38=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #213B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B26 is #DEC4D9. Grayscale: #303030. Windows color (decimal): -14599386 or 2505505. OLE color: 2505505.

HSL color Cylindrical-coordinate representation of color #213B26: hue angle of 131.54º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B26 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB335938-
CMYK0.4400.360.77
HSL131.54º28.26%18.04%-
HSV(B)131.54º44.07%23.14%-
XYZ2.543.592.39-
YUV48.83121.89116.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 59 (23.44% from 255) = 45.38%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=25.38%
G=45.38%
B=29.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3359380.4400.360.77131.5428.2618.04
Hex213B262C0244D841c12
Octal417346540441152043422
Binary10000111101110011010110001001001001101100001001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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