#214026

Color #214026 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #214026

Tints of Gordons Green #214026

Color information

#214026 (or 0x214026) is unknown color: approx Gordons Green. HEX triplet: 21, 40 and 26. RGB value is (33,64,38). Sum of RGB (Red+Green+Blue) = 33+64+38=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #214026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214026 is #DEBFD9. Grayscale: #333333. Windows color (decimal): -14598106 or 2506785. OLE color: 2506785.

HSL color Cylindrical-coordinate representation of color #214026: hue angle of 129.68º 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 #214026 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB336438-
CMYK0.4800.410.75
HSL129.68º31.96%19.02%-
HSV(B)129.68º48.44%25.1%-
XYZ2.814.132.48-
YUV51.77120.23114.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=24.44%
G=47.41%
B=28.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364380.4800.410.75129.6831.9619.02
Hex214026300294B822013
Octal4110046600511132024023
Binary1000011000000100110110000010100110010111000001010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214026; }

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

 H1.HeaderClassName
 {
   color: #214026;
 }
 .AnyTagClassName
 {
   color: #214026;
 }
</style>
background-color css

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

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

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

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

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

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