Html Css Color HEX #213D26 Gordons Green

📋 copy color: '#213D26'

red 33 ◦ green 61 ◦ blue 38

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

Shades of Gordons Green #213D26

Tints of Gordons Green #213D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.79%

R = 25%
G = 46.21%
B = 28.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#213D26 (or 0x213D26) is known color: Gordons Green. HEX triplet: 21, 3D and 26. RGB value is (33,61,38). Sum of RGB (Red+Green+Blue) = 33+61+38=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #213D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D26 is #DEC2D9. Grayscale: #323232. Windows color (decimal): -14598874 or 2506017. OLE color: 2506017.

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

Color convert

RGB 33 61 38 -
CMYK 0.46 0 0.38 0.76
HSL 130.71º 0.3% 0.18% -
HSV(B) 130.71º 0.46% 0.24% -
XYZ 2.65 3.8 2.43 -
YUV 50.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 33 61 38 0.46 0 0.38 0.76 130.71 0.3 0.18
Hex 21 3D 26 2E 0 26 4C 83 1E 12
Octal 41 75 46 56 0 46 114 203 36 22
Binary 100001 111101 100110 101110 0 100110 1001100 10000011 11110 10010

Color Harmonies of #213D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D26

Black with #213D26

Text Example


Text Example

White with #213D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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