#213923

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

Shades of Gordons Green #213923

Tints of Gordons Green #213923

Color information

#213923 (or 0x213923) is unknown color: approx Gordons Green. HEX triplet: 21, 39 and 23. RGB value is (33,57,35). Sum of RGB (Red+Green+Blue) = 33+57+35=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #213923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213923 is #DEC6DC. Grayscale: #2F2F2F. Windows color (decimal): -14599901 or 2308385. OLE color: 2308385.

HSL color Cylindrical-coordinate representation of color #213923: hue angle of 125º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213923 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB335735-
CMYK0.4200.390.78
HSL125º26.67%17.65%-
HSV(B)125º42.11%22.35%-
XYZ2.393.372.11-
YUV47.32121.05117.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 35 (14.06% from 255) = 28%
R=26.4%
G=45.6%
B=28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357350.4200.390.7812526.6717.65
Hex2139232A0274E7d1b12
Octal417143520471161753322
Binary1000011110011000111010100100111100111011111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213923; }

 p { color: rgb(33,57,35); }

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

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

 a { background-color: rgb(33,57,35); }

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

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

 span { border-color: rgb(33,57,35); }

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