Html Css Color HEX #214227 Gordons Green

📋 copy color: '#214227'

red 33 ◦ green 66 ◦ blue 39

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

Shades of Gordons Green #214227

Tints of Gordons Green #214227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.83%

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 23.91%
G = 47.83%
B = 28.26%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#214227 (or 0x214227) is known color: Gordons Green. HEX triplet: 21, 42 and 27. RGB value is (33,66,39). Sum of RGB (Red+Green+Blue) = 33+66+39=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #214227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214227 is #DEBDD8. Grayscale: #353535. Windows color (decimal): -14597593 or 2572833. OLE color: 2572833.

HSL color Cylindrical-coordinate representation of color #214227: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214227 is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 66 39 -
CMYK 0.5 0 0.41 0.74
HSL 130.91º 0.33% 0.19% -
HSV(B) 130.91º 0.5% 0.26% -
XYZ 2.94 4.37 2.61 -
YUV 53.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 33 66 39 0.5 0 0.41 0.74 130.91 0.33 0.19
Hex 21 42 27 32 0 29 4A 83 21 13
Octal 41 102 47 62 0 51 112 203 41 23
Binary 100001 1000010 100111 110010 0 101001 1001010 10000011 100001 10011

Color Harmonies of #214227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214227

Black with #214227

Text Example


Text Example

White with #214227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214227; }

 p { color: rgb(33,66,39); }

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

background-color css

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

 a { background-color: rgb(33,66,39); }

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

border-color css

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

 span { border-color: rgb(33,66,39); }

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