Html Css Color HEX #213423 Gordons Green

📋 copy color: '#213423'

red 33 ◦ green 52 ◦ blue 35

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

Shades of Gordons Green #213423

Tints of Gordons Green #213423

RGB

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

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

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

R = 27.5%
G = 43.33%
B = 29.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#213423 (or 0x213423) is known color: Gordons Green. HEX triplet: 21, 34 and 23. RGB value is (33,52,35). Sum of RGB (Red+Green+Blue) = 33+52+35=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #213423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213423 is #DECBDC. Grayscale: #2C2C2C. Windows color (decimal): -14601181 or 2307105. OLE color: 2307105.

HSL color Cylindrical-coordinate representation of color #213423: hue angle of 126.32º 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 #213423 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 52 35 -
CMYK 0.37 0 0.33 0.80
HSL 126.32º 0.22% 0.17% -
HSV(B) 126.32º 0.37% 0.2% -
XYZ 2.16 2.9 2.04 -
YUV 44.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 33 52 35 0.37 0 0.33 0.80 126.32 0.22 0.17
Hex 21 34 23 25 0 21 50 7E 16 11
Octal 41 64 43 45 0 41 120 176 26 21
Binary 100001 110100 100011 100101 0 100001 1010000 1111110 10110 10001

Color Harmonies of #213423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213423

Black with #213423

Text Example


Text Example

White with #213423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213423; }

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

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

background-color css

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

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

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

border-color css

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

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

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