Html Css Color HEX #214028 Gordons Green

📋 copy color: '#214028'

red 33 ◦ green 64 ◦ blue 40

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

Shades of Gordons Green #214028

Tints of Gordons Green #214028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.72%

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

R = 24.09%
G = 46.72%
B = 29.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#214028 (or 0x214028) is known color: Gordons Green. HEX triplet: 21, 40 and 28. RGB value is (33,64,40). Sum of RGB (Red+Green+Blue) = 33+64+40=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #214028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214028 is #DEBFD7. Grayscale: #343434. Windows color (decimal): -14598104 or 2637857. OLE color: 2637857.

HSL color Cylindrical-coordinate representation of color #214028: hue angle of 133.55º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214028 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 64 40 -
CMYK 0.48 0 0.38 0.75
HSL 133.55º 0.32% 0.19% -
HSV(B) 133.55º 0.48% 0.25% -
XYZ 2.84 4.14 2.66 -
YUV 52 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 33 64 40 0.48 0 0.38 0.75 133.55 0.32 0.19
Hex 21 40 28 30 0 26 4B 86 20 13
Octal 41 100 50 60 0 46 113 206 40 23
Binary 100001 1000000 101000 110000 0 100110 1001011 10000110 100000 10011

Color Harmonies of #214028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214028

Black with #214028

Text Example


Text Example

White with #214028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214028; }

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

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

background-color css

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

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

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

border-color css

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

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

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