Html Css Color HEX #214228 Gordons Green

📋 copy color: '#214228'

red 33 ◦ green 66 ◦ blue 40

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

Shades of Gordons Green #214228

Tints of Gordons Green #214228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 23.74%
G = 47.48%
B = 28.78%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#214228 (or 0x214228) is known color: Gordons Green. HEX triplet: 21, 42 and 28. RGB value is (33,66,40). Sum of RGB (Red+Green+Blue) = 33+66+40=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #214228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214228 is #DEBDD7. Grayscale: #353535. Windows color (decimal): -14597592 or 2638369. OLE color: 2638369.

HSL color Cylindrical-coordinate representation of color #214228: hue angle of 132.73º 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 #214228 is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 66 40 -
CMYK 0.5 0 0.39 0.74
HSL 132.73º 0.33% 0.19% -
HSV(B) 132.73º 0.5% 0.26% -
XYZ 2.96 4.37 2.7 -
YUV 53.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 33 66 40 0.5 0 0.39 0.74 132.73 0.33 0.19
Hex 21 42 28 32 0 27 4A 85 21 13
Octal 41 102 50 62 0 47 112 205 41 23
Binary 100001 1000010 101000 110010 0 100111 1001010 10000101 100001 10011

Color Harmonies of #214228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214228

Black with #214228

Text Example


Text Example

White with #214228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214228; }

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

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

background-color css

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

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

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

border-color css

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

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

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