Html Css Color HEX #213926 Gordons Green

📋 copy color: '#213926'

red 33 ◦ green 57 ◦ blue 38

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

Shades of Gordons Green #213926

Tints of Gordons Green #213926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.53%

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

R = 25.78%
G = 44.53%
B = 29.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#213926 (or 0x213926) is known color: Gordons Green. HEX triplet: 21, 39 and 26. RGB value is (33,57,38). Sum of RGB (Red+Green+Blue) = 33+57+38=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #213926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213926 is #DEC6D9. Grayscale: #2F2F2F. Windows color (decimal): -14599898 or 2504993. OLE color: 2504993.

HSL color Cylindrical-coordinate representation of color #213926: hue angle of 132.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213926 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 57 38 -
CMYK 0.42 0 0.33 0.78
HSL 132.5º 0.27% 0.18% -
HSV(B) 132.5º 0.42% 0.22% -
XYZ 2.44 3.39 2.36 -
YUV 47.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 33 57 38 0.42 0 0.33 0.78 132.5 0.27 0.18
Hex 21 39 26 2A 0 21 4E 84 1B 12
Octal 41 71 46 52 0 41 116 204 33 22
Binary 100001 111001 100110 101010 0 100001 1001110 10000100 11011 10010

Color Harmonies of #213926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213926

Black with #213926

Text Example


Text Example

White with #213926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213926; }

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

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

background-color css

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

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

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

border-color css

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

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

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