#28422A

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

Shades of Gordons Green #28422A

Tints of Gordons Green #28422A

Color information

#28422A (or 0x28422A) is unknown color: approx Gordons Green. HEX triplet: 28, 42 and 2A. RGB value is (40,66,42). Sum of RGB (Red+Green+Blue) = 40+66+42=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #28422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28422A is #D7BDD5. Grayscale: #373737. Windows color (decimal): -14138838 or 2769448. OLE color: 2769448.

HSL color Cylindrical-coordinate representation of color #28422A: hue angle of 124.62º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #28422A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB406642-
CMYK0.3900.360.74
HSL124.62º24.53%20.78%-
HSV(B)124.62º39.39%25.88%-
XYZ3.244.512.89-
YUV55.49120.39116.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=27.03%
G=44.59%
B=28.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066420.3900.360.74124.6224.5320.78
Hex28422A270244A7d1915
Octal5010252470441121753125
Binary10100010000101010101001110100100100101011111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28422A; }

 p { color: rgb(40,66,42); }

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

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

 a { background-color: rgb(40,66,42); }

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

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

 span { border-color: rgb(40,66,42); }

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