Html Css Color HEX #214428 Gordons Green

📋 copy color: '#214428'

red 33 ◦ green 68 ◦ blue 40

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

Shades of Gordons Green #214428

Tints of Gordons Green #214428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

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

R = 23.4%
G = 48.23%
B = 28.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#214428 (or 0x214428) is known color: Gordons Green. HEX triplet: 21, 44 and 28. RGB value is (33,68,40). Sum of RGB (Red+Green+Blue) = 33+68+40=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #214428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214428 is #DEBBD7. Grayscale: #363636. Windows color (decimal): -14597080 or 2638881. OLE color: 2638881.

HSL color Cylindrical-coordinate representation of color #214428: hue angle of 132º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214428 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 68 40 -
CMYK 0.51 0 0.41 0.73
HSL 132º 0.35% 0.2% -
HSV(B) 132º 0.51% 0.27% -
XYZ 3.08 4.61 2.74 -
YUV 54.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 33 68 40 0.51 0 0.41 0.73 132 0.35 0.2
Hex 21 44 28 33 0 29 49 84 23 14
Octal 41 104 50 63 0 51 111 204 43 24
Binary 100001 1000100 101000 110011 0 101001 1001001 10000100 100011 10100

Color Harmonies of #214428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214428

Black with #214428

Text Example


Text Example

White with #214428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214428; }

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

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

background-color css

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

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

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

border-color css

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

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

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