Html Css Color HEX #213D24 Gordons Green

📋 copy color: '#213D24'

red 33 ◦ green 61 ◦ blue 36

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

Shades of Gordons Green #213D24

Tints of Gordons Green #213D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 46.92%

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

R = 25.38%
G = 46.92%
B = 27.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.76

RGB Variations

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

Color information

#213D24 (or 0x213D24) is known color: Gordons Green. HEX triplet: 21, 3D and 24. RGB value is (33,61,36). Sum of RGB (Red+Green+Blue) = 33+61+36=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #213D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D24 is #DEC2DB. Grayscale: #313131. Windows color (decimal): -14598876 or 2374945. OLE color: 2374945.

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

Color convert

RGB 33 61 36 -
CMYK 0.46 0 0.41 0.76
HSL 126.43º 0.3% 0.18% -
HSV(B) 126.43º 0.46% 0.24% -
XYZ 2.61 3.79 2.26 -
YUV 49.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 33 61 36 0.46 0 0.41 0.76 126.43 0.3 0.18
Hex 21 3D 24 2E 0 29 4C 7E 1E 12
Octal 41 75 44 56 0 51 114 176 36 22
Binary 100001 111101 100100 101110 0 101001 1001100 1111110 11110 10010

Color Harmonies of #213D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D24

Black with #213D24

Text Example


Text Example

White with #213D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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