Html Css Color HEX #28392A Gordons Green

📋 copy color: '#28392A'

red 40 ◦ green 57 ◦ blue 42

#28392A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #28392A

Tints of Gordons Green #28392A

RGB

 RED value IS 40 (16.02% from 255) = 28.78%

 GREEN value IS 57 (22.66% from 255) = 41.01%

 BLUE value IS 42 (16.8% from 255) = 30.22%

R = 28.78%
G = 41.01%
B = 30.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#28392A (or 0x28392A) is known color: Gordons Green. HEX triplet: 28, 39 and 2A. RGB value is (40,57,42). Sum of RGB (Red+Green+Blue) = 40+57+42=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 57 - color contains mainly: green. Hex color #28392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28392A is #D7C6D5. Grayscale: #323232. Windows color (decimal): -14141142 or 2767144. OLE color: 2767144.

HSL color Cylindrical-coordinate representation of color #28392A: hue angle of 127.06º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28392A is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 57 42 -
CMYK 0.30 0 0.26 0.78
HSL 127.06º 0.18% 0.19% -
HSV(B) 127.06º 0.3% 0.22% -
XYZ 2.76 3.54 2.73 -
YUV 50.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 40 57 42 0.30 0 0.26 0.78 127.06 0.18 0.19
Hex 28 39 2A 1E 0 1A 4E 7F 12 13
Octal 50 71 52 36 0 32 116 177 22 23
Binary 101000 111001 101010 11110 0 11010 1001110 1111111 10010 10011

Color Harmonies of #28392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28392A

Black with #28392A

Text Example


Text Example

White with #28392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28392A;
 }
 .AnyTagClassName
 {
   color: #28392A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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