#213D25

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

Shades of Gordons Green #213D25

Tints of Gordons Green #213D25

Color information

#213D25 (or 0x213D25) is unknown color: approx Gordons Green. HEX triplet: 21, 3D and 25. RGB value is (33,61,37). Sum of RGB (Red+Green+Blue) = 33+61+37=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #213D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D25 is #DEC2DA. Grayscale: #313131. Windows color (decimal): -14598875 or 2440481. OLE color: 2440481.

HSL color Cylindrical-coordinate representation of color #213D25: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D25 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB336137-
CMYK0.4600.390.76
HSL128.57º29.79%18.43%-
HSV(B)128.57º45.9%23.92%-
XYZ2.633.792.34-
YUV49.89120.72115.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 61 (24.22% from 255) = 46.56%
BLUE value IS 37 (14.84% from 255) = 28.24%
R=25.19%
G=46.56%
B=28.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3361370.4600.390.76128.5729.7918.43
Hex213D252E0274C811e12
Octal417545560471142013622
Binary10000111110110010110111001001111001100100000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,37); }

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

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

 a { background-color: rgb(33,61,37); }

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

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

 span { border-color: rgb(33,61,37); }

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