#224027

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

Shades of Gordons Green #224027

Tints of Gordons Green #224027

Color information

#224027 (or 0x224027) is unknown color: approx Gordons Green. HEX triplet: 22, 40 and 27. RGB value is (34,64,39). Sum of RGB (Red+Green+Blue) = 34+64+39=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #224027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224027 is #DDBFD8. Grayscale: #343434. Windows color (decimal): -14532569 or 2572322. OLE color: 2572322.

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

Color convert

RGB346439-
CMYK0.4700.390.75
HSL130º30.61%19.22%-
HSV(B)130º46.88%25.1%-
XYZ2.864.152.57-
YUV52.18120.56115.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 39 (15.62% from 255) = 28.47%
R=24.82%
G=46.72%
B=28.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464390.4700.390.7513030.6119.22
Hex2240272F0274B821f13
Octal4210047570471132023723
Binary100010100000010011110111101001111001011100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224027; }

 p { color: rgb(34,64,39); }

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

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

 a { background-color: rgb(34,64,39); }

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

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

 span { border-color: rgb(34,64,39); }

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