#224728

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

Shades of Gordons Green #224728

Tints of Gordons Green #224728

Color information

#224728 (or 0x224728) is unknown color: approx Gordons Green. HEX triplet: 22, 47 and 28. RGB value is (34,71,40). Sum of RGB (Red+Green+Blue) = 34+71+40=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #224728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224728 is #DDB8D7. Grayscale: #383838. Windows color (decimal): -14530776 or 2639650. OLE color: 2639650.

HSL color Cylindrical-coordinate representation of color #224728: hue angle of 129.73º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #224728 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB347140-
CMYK0.5200.440.72
HSL129.73º35.24%20.59%-
HSV(B)129.73º52.11%27.84%-
XYZ3.352.8-
YUV56.4118.74112.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=23.45%
G=48.97%
B=27.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3471400.5200.440.72129.7335.2420.59
Hex2247283402C48822315
Octal4210750640541102024325
Binary1000101000111101000110100010110010010001000001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224728; }

 p { color: rgb(34,71,40); }

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

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

 a { background-color: rgb(34,71,40); }

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

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

 span { border-color: rgb(34,71,40); }

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