#213D27

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

Shades of Gordons Green #213D27

Tints of Gordons Green #213D27

Color information

#213D27 (or 0x213D27) is unknown color: approx Gordons Green. HEX triplet: 21, 3D and 27. RGB value is (33,61,39). Sum of RGB (Red+Green+Blue) = 33+61+39=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #213D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D27 is #DEC2D8. Grayscale: #323232. Windows color (decimal): -14598873 or 2571553. OLE color: 2571553.

HSL color Cylindrical-coordinate representation of color #213D27: hue angle of 132.86º 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 #213D27 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.

Color convert

RGB336139-
CMYK0.4600.360.76
HSL132.86º29.79%18.43%-
HSV(B)132.86º45.9%23.92%-
XYZ2.663.812.51-
YUV50.12121.72115.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 61 (24.22% from 255) = 45.86%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=24.81%
G=45.86%
B=29.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3361390.4600.360.76132.8629.7918.43
Hex213D272E0244C851e12
Octal417547560441142053622
Binary10000111110110011110111001001001001100100001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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