Html Css Color HEX #214729 Gordons Green

📋 copy color: '#214729'

red 33 ◦ green 71 ◦ blue 41

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

Shades of Gordons Green #214729

Tints of Gordons Green #214729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 22.76%
G = 48.97%
B = 28.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#214729 (or 0x214729) is known color: Gordons Green. HEX triplet: 21, 47 and 29. RGB value is (33,71,41). Sum of RGB (Red+Green+Blue) = 33+71+41=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #214729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214729 is #DEB8D6. Grayscale: #383838. Windows color (decimal): -14596311 or 2705185. OLE color: 2705185.

HSL color Cylindrical-coordinate representation of color #214729: hue angle of 132.63º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214729 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 41 -
CMYK 0.54 0 0.42 0.72
HSL 132.63º 0.37% 0.2% -
HSV(B) 132.63º 0.54% 0.28% -
XYZ 3.28 4.99 2.89 -
YUV 56.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 33 71 41 0.54 0 0.42 0.72 132.63 0.37 0.2
Hex 21 47 29 36 0 2A 48 85 25 14
Octal 41 107 51 66 0 52 110 205 45 24
Binary 100001 1000111 101001 110110 0 101010 1001000 10000101 100101 10100

Color Harmonies of #214729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214729

Black with #214729

Text Example


Text Example

White with #214729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214729; }

 p { color: rgb(33,71,41); }

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

background-color css

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

 a { background-color: rgb(33,71,41); }

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

border-color css

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

 span { border-color: rgb(33,71,41); }

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