Html Css Color HEX #214828 Gordons Green

📋 copy color: '#214828'

red 33 ◦ green 72 ◦ blue 40

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

Shades of Gordons Green #214828

Tints of Gordons Green #214828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

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

R = 22.76%
G = 49.66%
B = 27.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#214828 (or 0x214828) is known color: Gordons Green. HEX triplet: 21, 48 and 28. RGB value is (33,72,40). Sum of RGB (Red+Green+Blue) = 33+72+40=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #214828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214828 is #DEB7D7. Grayscale: #383838. Windows color (decimal): -14596056 or 2639905. OLE color: 2639905.

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

Color convert

RGB 33 72 40 -
CMYK 0.54 0 0.44 0.72
HSL 130.77º 0.37% 0.21% -
HSV(B) 130.77º 0.54% 0.28% -
XYZ 3.33 5.11 2.82 -
YUV 56.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 33 72 40 0.54 0 0.44 0.72 130.77 0.37 0.21
Hex 21 48 28 36 0 2C 48 83 25 15
Octal 41 110 50 66 0 54 110 203 45 25
Binary 100001 1001000 101000 110110 0 101100 1001000 10000011 100101 10101

Color Harmonies of #214828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214828

Black with #214828

Text Example


Text Example

White with #214828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214828; }

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

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

background-color css

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

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

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

border-color css

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

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

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