#213424

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

Shades of Gordons Green #213424

Tints of Gordons Green #213424

Color information

#213424 (or 0x213424) is unknown color: approx Gordons Green. HEX triplet: 21, 34 and 24. RGB value is (33,52,36). Sum of RGB (Red+Green+Blue) = 33+52+36=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #213424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213424 is #DECBDB. Grayscale: #2C2C2C. Windows color (decimal): -14601180 or 2372641. OLE color: 2372641.

HSL color Cylindrical-coordinate representation of color #213424: hue angle of 129.47º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213424 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB335236-
CMYK0.3700.310.80
HSL129.47º22.35%16.67%-
HSV(B)129.47º36.54%20.39%-
XYZ2.172.912.12-
YUV44.5123.21119.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=27.27%
G=42.98%
B=29.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352360.3700.310.80129.4722.3516.67
Hex2134242501F50811611
Octal416444450371202012621
Binary1000011101001001001001010111111010000100000011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213424; }

 p { color: rgb(33,52,36); }

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

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

 a { background-color: rgb(33,52,36); }

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

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

 span { border-color: rgb(33,52,36); }

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