#224629

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

Shades of Gordons Green #224629

Tints of Gordons Green #224629

Color information

#224629 (or 0x224629) is unknown color: approx Gordons Green. HEX triplet: 22, 46 and 29. RGB value is (34,70,41). Sum of RGB (Red+Green+Blue) = 34+70+41=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #224629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224629 is #DDB9D6. Grayscale: #383838. Windows color (decimal): -14531031 or 2704930. OLE color: 2704930.

HSL color Cylindrical-coordinate representation of color #224629: hue angle of 131.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224629 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB347041-
CMYK0.5100.410.73
HSL131.67º34.62%20.39%-
HSV(B)131.67º51.43%27.45%-
XYZ3.254.882.87-
YUV55.93119.57112.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=23.45%
G=48.28%
B=28.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3470410.5100.410.73131.6734.6220.39
Hex2246293302949842314
Octal4210651630511112044324
Binary1000101000110101001110011010100110010011000010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224629; }

 p { color: rgb(34,70,41); }

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

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

 a { background-color: rgb(34,70,41); }

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

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

 span { border-color: rgb(34,70,41); }

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