#28342A

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

Shades of Gordons Green #28342A

Tints of Gordons Green #28342A

Color information

#28342A (or 0x28342A) is unknown color: approx Gordons Green. HEX triplet: 28, 34 and 2A. RGB value is (40,52,42). Sum of RGB (Red+Green+Blue) = 40+52+42=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #28342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342A is #D7CBD5. Grayscale: #2F2F2F. Windows color (decimal): -14142422 or 2765864. OLE color: 2765864.

HSL color Cylindrical-coordinate representation of color #28342A: hue angle of 130º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #28342A is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB405242-
CMYK0.2300.190.80
HSL130º13.04%18.04%-
HSV(B)130º23.08%20.39%-
XYZ2.523.072.65-
YUV47.27125.02122.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=29.85%
G=38.81%
B=31.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052420.2300.190.8013013.0418.04
Hex28342A170135082d12
Octal506452270231202021522
Binary10100011010010101010111010011101000010000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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