#213A26

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

Shades of Gordons Green #213A26

Tints of Gordons Green #213A26

Color information

#213A26 (or 0x213A26) is unknown color: approx Gordons Green. HEX triplet: 21, 3A and 26. RGB value is (33,58,38). Sum of RGB (Red+Green+Blue) = 33+58+38=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #213A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A26 is #DEC5D9. Grayscale: #303030. Windows color (decimal): -14599642 or 2505249. OLE color: 2505249.

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

Color convert

RGB335838-
CMYK0.4300.340.77
HSL132º27.47%17.84%-
HSV(B)132º43.1%22.75%-
XYZ2.493.492.38-
YUV48.24122.22117.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=25.58%
G=44.96%
B=29.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3358380.4300.340.7713227.4717.84
Hex213A262B0224D841b12
Octal417246530421152043322
Binary10000111101010011010101101000101001101100001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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