Html Css Color HEX #28312A Gordons Green

📋 copy color: '#28312A'

red 40 ◦ green 49 ◦ blue 42

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

Shades of Gordons Green #28312A

Tints of Gordons Green #28312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.4%

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

R = 30.53%
G = 37.4%
B = 32.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#28312A (or 0x28312A) is known color: Gordons Green. HEX triplet: 28, 31 and 2A. RGB value is (40,49,42). Sum of RGB (Red+Green+Blue) = 40+49+42=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #28312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28312A is #D7CED5. Grayscale: #2D2D2D. Windows color (decimal): -14143190 or 2765096. OLE color: 2765096.

HSL color Cylindrical-coordinate representation of color #28312A: hue angle of 133.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #28312A is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 49 42 -
CMYK 0.18 0 0.14 0.81
HSL 133.33º 0.1% 0.17% -
HSV(B) 133.33º 0.18% 0.19% -
XYZ 2.39 2.81 2.61 -
YUV 45.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 40 49 42 0.18 0 0.14 0.81 133.33 0.1 0.17
Hex 28 31 2A 12 0 E 51 85 A 11
Octal 50 61 52 22 0 16 121 205 12 21
Binary 101000 110001 101010 10010 0 1110 1010001 10000101 1010 10001

Color Harmonies of #28312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28312A

Black with #28312A

Text Example


Text Example

White with #28312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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