#28412B

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

Shades of Gordons Green #28412B

Tints of Gordons Green #28412B

Color information

#28412B (or 0x28412B) is unknown color: approx Gordons Green. HEX triplet: 28, 41 and 2B. RGB value is (40,65,43). Sum of RGB (Red+Green+Blue) = 40+65+43=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #28412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28412B is #D7BED4. Grayscale: #373737. Windows color (decimal): -14139093 or 2834728. OLE color: 2834728.

HSL color Cylindrical-coordinate representation of color #28412B: hue angle of 127.2º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28412B is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB406543-
CMYK0.3800.340.75
HSL127.2º23.81%20.59%-
HSV(B)127.2º38.46%25.49%-
XYZ3.24.412.97-
YUV55.02121.22117.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=27.03%
G=43.92%
B=29.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065430.3800.340.75127.223.8120.59
Hex28412B260224B7f1815
Octal5010153460421131773025
Binary10100010000011010111001100100010100101111111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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