#28422B

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

Shades of Gordons Green #28422B

Tints of Gordons Green #28422B

Color information

#28422B (or 0x28422B) is unknown color: approx Gordons Green. HEX triplet: 28, 42 and 2B. RGB value is (40,66,43). Sum of RGB (Red+Green+Blue) = 40+66+43=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #28422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28422B is #D7BDD4. Grayscale: #373737. Windows color (decimal): -14138837 or 2834984. OLE color: 2834984.

HSL color Cylindrical-coordinate representation of color #28422B: hue angle of 126.92º 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 #28422B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB406643-
CMYK0.3900.350.74
HSL126.92º24.53%20.78%-
HSV(B)126.92º39.39%25.88%-
XYZ3.264.522.99-
YUV55.6120.89116.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=26.85%
G=44.30%
B=28.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066430.3900.350.74126.9224.5320.78
Hex28422B270234A7f1915
Octal5010253470431121773125
Binary10100010000101010111001110100011100101011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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