Html Css Color HEX #213422 Gordons Green

📋 copy color: '#213422'

red 33 ◦ green 52 ◦ blue 34

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

Shades of Gordons Green #213422

Tints of Gordons Green #213422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 43.7%

 BLUE value IS 34 (13.67% from 255) = 28.57%

R = 27.73%
G = 43.7%
B = 28.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#213422 (or 0x213422) is known color: Gordons Green. HEX triplet: 21, 34 and 22. RGB value is (33,52,34). Sum of RGB (Red+Green+Blue) = 33+52+34=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #213422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213422 is #DECBDD. Grayscale: #2C2C2C. Windows color (decimal): -14601182 or 2241569. OLE color: 2241569.

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

Color convert

RGB 33 52 34 -
CMYK 0.37 0 0.35 0.80
HSL 123.16º 0.22% 0.17% -
HSV(B) 123.16º 0.37% 0.2% -
XYZ 2.14 2.89 1.96 -
YUV 44.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 33 52 34 0.37 0 0.35 0.80 123.16 0.22 0.17
Hex 21 34 22 25 0 23 50 7B 16 11
Octal 41 64 42 45 0 43 120 173 26 21
Binary 100001 110100 100010 100101 0 100011 1010000 1111011 10110 10001

Color Harmonies of #213422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213422

Black with #213422

Text Example


Text Example

White with #213422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213422; }

 p { color: rgb(33,52,34); }

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

background-color css

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

 a { background-color: rgb(33,52,34); }

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

border-color css

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

 span { border-color: rgb(33,52,34); }

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