Html Css Color HEX #213B26 Gordons Green

📋 copy color: '#213B26'

red 33 ◦ green 59 ◦ blue 38

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

Shades of Gordons Green #213B26

Tints of Gordons Green #213B26

RGB

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

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

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

R = 25.38%
G = 45.38%
B = 29.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#213B26 (or 0x213B26) is known color: Gordons Green. HEX triplet: 21, 3B and 26. RGB value is (33,59,38). Sum of RGB (Red+Green+Blue) = 33+59+38=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #213B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B26 is #DEC4D9. Grayscale: #303030. Windows color (decimal): -14599386 or 2505505. OLE color: 2505505.

HSL color Cylindrical-coordinate representation of color #213B26: hue angle of 131.54º 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 #213B26 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 59 38 -
CMYK 0.44 0 0.36 0.77
HSL 131.54º 0.28% 0.18% -
HSV(B) 131.54º 0.44% 0.23% -
XYZ 2.54 3.59 2.39 -
YUV 48.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 33 59 38 0.44 0 0.36 0.77 131.54 0.28 0.18
Hex 21 3B 26 2C 0 24 4D 84 1C 12
Octal 41 73 46 54 0 44 115 204 34 22
Binary 100001 111011 100110 101100 0 100100 1001101 10000100 11100 10010

Color Harmonies of #213B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B26

Black with #213B26

Text Example


Text Example

White with #213B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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