Html Css Color HEX #213B24 Gordons Green

📋 copy color: '#213B24'

red 33 ◦ green 59 ◦ blue 36

#213B24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #213B24

Tints of Gordons Green #213B24

RGB

 RED value IS 33 (13.28% from 255) = 25.78%

 GREEN value IS 59 (23.44% from 255) = 46.09%

 BLUE value IS 36 (14.45% from 255) = 28.13%

R = 25.78%
G = 46.09%
B = 28.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.77

RGB Variations

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

Color information

#213B24 (or 0x213B24) is known color: Gordons Green. HEX triplet: 21, 3B and 24. RGB value is (33,59,36). Sum of RGB (Red+Green+Blue) = 33+59+36=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #213B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B24 is #DEC4DB. Grayscale: #303030. Windows color (decimal): -14599388 or 2374433. OLE color: 2374433.

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

Color convert

RGB 33 59 36 -
CMYK 0.44 0 0.39 0.77
HSL 126.92º 0.28% 0.18% -
HSV(B) 126.92º 0.44% 0.23% -
XYZ 2.51 3.58 2.23 -
YUV 48.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 33 59 36 0.44 0 0.39 0.77 126.92 0.28 0.18
Hex 21 3B 24 2C 0 27 4D 7F 1C 12
Octal 41 73 44 54 0 47 115 177 34 22
Binary 100001 111011 100100 101100 0 100111 1001101 1111111 11100 10010

Color Harmonies of #213B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B24

Black with #213B24

Text Example


Text Example

White with #213B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213B24;
 }
 .AnyTagClassName
 {
   color: #213B24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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