Html Css Color HEX #28372A Gordons Green

📋 copy color: '#28372A'

red 40 ◦ green 55 ◦ blue 42

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

Shades of Gordons Green #28372A

Tints of Gordons Green #28372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.15%

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

R = 29.2%
G = 40.15%
B = 30.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#28372A (or 0x28372A) is known color: Gordons Green. HEX triplet: 28, 37 and 2A. RGB value is (40,55,42). Sum of RGB (Red+Green+Blue) = 40+55+42=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #28372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372A is #D7C8D5. Grayscale: #313131. Windows color (decimal): -14141654 or 2766632. OLE color: 2766632.

HSL color Cylindrical-coordinate representation of color #28372A: hue angle of 128º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28372A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 55 42 -
CMYK 0.27 0 0.24 0.78
HSL 128º 0.16% 0.19% -
HSV(B) 128º 0.27% 0.22% -
XYZ 2.66 3.35 2.7 -
YUV 49.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 40 55 42 0.27 0 0.24 0.78 128 0.16 0.19
Hex 28 37 2A 1B 0 18 4E 80 10 13
Octal 50 67 52 33 0 30 116 200 20 23
Binary 101000 110111 101010 11011 0 11000 1001110 10000000 10000 10011

Color Harmonies of #28372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28372A

Black with #28372A

Text Example


Text Example

White with #28372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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