Html Css Color HEX #214128 Gordons Green

📋 copy color: '#214128'

red 33 ◦ green 65 ◦ blue 40

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

Shades of Gordons Green #214128

Tints of Gordons Green #214128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

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

R = 23.91%
G = 47.1%
B = 28.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#214128 (or 0x214128) is known color: Gordons Green. HEX triplet: 21, 41 and 28. RGB value is (33,65,40). Sum of RGB (Red+Green+Blue) = 33+65+40=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #214128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214128 is #DEBED7. Grayscale: #343434. Windows color (decimal): -14597848 or 2638113. OLE color: 2638113.

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

Color convert

RGB 33 65 40 -
CMYK 0.49 0 0.38 0.75
HSL 133.13º 0.33% 0.19% -
HSV(B) 133.13º 0.49% 0.25% -
XYZ 2.9 4.26 2.68 -
YUV 52.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 33 65 40 0.49 0 0.38 0.75 133.13 0.33 0.19
Hex 21 41 28 31 0 26 4B 85 21 13
Octal 41 101 50 61 0 46 113 205 41 23
Binary 100001 1000001 101000 110001 0 100110 1001011 10000101 100001 10011

Color Harmonies of #214128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214128

Black with #214128

Text Example


Text Example

White with #214128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214128; }

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

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

background-color css

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

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

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

border-color css

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

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

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