Html Css Color HEX #213A24 Gordons Green

📋 copy color: '#213A24'

red 33 ◦ green 58 ◦ blue 36

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

Shades of Gordons Green #213A24

Tints of Gordons Green #213A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 45.67%

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

R = 25.98%
G = 45.67%
B = 28.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.77

RGB Variations

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

Color information

#213A24 (or 0x213A24) is known color: Gordons Green. HEX triplet: 21, 3A and 24. RGB value is (33,58,36). Sum of RGB (Red+Green+Blue) = 33+58+36=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #213A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A24 is #DEC5DB. Grayscale: #303030. Windows color (decimal): -14599644 or 2374177. OLE color: 2374177.

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

Color convert

RGB 33 58 36 -
CMYK 0.43 0 0.38 0.77
HSL 127.2º 0.27% 0.18% -
HSV(B) 127.2º 0.43% 0.23% -
XYZ 2.46 3.48 2.21 -
YUV 48.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 33 58 36 0.43 0 0.38 0.77 127.2 0.27 0.18
Hex 21 3A 24 2B 0 26 4D 7F 1B 12
Octal 41 72 44 53 0 46 115 177 33 22
Binary 100001 111010 100100 101011 0 100110 1001101 1111111 11011 10010

Color Harmonies of #213A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A24

Black with #213A24

Text Example


Text Example

White with #213A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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