Html Css Color HEX #213823 Gordons Green

📋 copy color: '#213823'

red 33 ◦ green 56 ◦ blue 35

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

Shades of Gordons Green #213823

Tints of Gordons Green #213823

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.16%

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 26.61%
G = 45.16%
B = 28.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#213823 (or 0x213823) is known color: Gordons Green. HEX triplet: 21, 38 and 23. RGB value is (33,56,35). Sum of RGB (Red+Green+Blue) = 33+56+35=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #213823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213823 is #DEC7DC. Grayscale: #2E2E2E. Windows color (decimal): -14600157 or 2308129. OLE color: 2308129.

HSL color Cylindrical-coordinate representation of color #213823: hue angle of 125.22º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213823 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 35 -
CMYK 0.41 0 0.37 0.78
HSL 125.22º 0.26% 0.17% -
HSV(B) 125.22º 0.41% 0.22% -
XYZ 2.34 3.27 2.1 -
YUV 46.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 33 56 35 0.41 0 0.37 0.78 125.22 0.26 0.17
Hex 21 38 23 29 0 25 4E 7D 1A 11
Octal 41 70 43 51 0 45 116 175 32 21
Binary 100001 111000 100011 101001 0 100101 1001110 1111101 11010 10001

Color Harmonies of #213823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213823

Black with #213823

Text Example


Text Example

White with #213823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213823; }

 p { color: rgb(33,56,35); }

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

background-color css

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

 a { background-color: rgb(33,56,35); }

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

border-color css

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

 span { border-color: rgb(33,56,35); }

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