#224828

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

Shades of Gordons Green #224828

Tints of Gordons Green #224828

Color information

#224828 (or 0x224828) is unknown color: approx Gordons Green. HEX triplet: 22, 48 and 28. RGB value is (34,72,40). Sum of RGB (Red+Green+Blue) = 34+72+40=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #224828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224828 is #DDB7D7. Grayscale: #393939. Windows color (decimal): -14530520 or 2639906. OLE color: 2639906.

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

Color convert

RGB347240-
CMYK0.5300.440.72
HSL129.47º35.85%20.78%-
HSV(B)129.47º52.78%28.24%-
XYZ3.365.132.82-
YUV56.99118.41111.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=23.29%
G=49.32%
B=27.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3472400.5300.440.72129.4735.8520.78
Hex2248283502C48812415
Octal4211050650541102014425
Binary1000101001000101000110101010110010010001000000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224828; }

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

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

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

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

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

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

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

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