Html Css Color HEX #28362C Gordons Green

📋 copy color: '#28362C'

red 40 ◦ green 54 ◦ blue 44

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

Shades of Gordons Green #28362C

Tints of Gordons Green #28362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 44 (17.58% from 255) = 31.88%

R = 28.99%
G = 39.13%
B = 31.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#28362C (or 0x28362C) is known color: Gordons Green. HEX triplet: 28, 36 and 2C. RGB value is (40,54,44). Sum of RGB (Red+Green+Blue) = 40+54+44=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 54 - color contains mainly: green. Hex color #28362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28362C is #D7C9D3. Grayscale: #303030. Windows color (decimal): -14141908 or 2897448. OLE color: 2897448.

HSL color Cylindrical-coordinate representation of color #28362C: hue angle of 137.14º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #28362C is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 54 44 -
CMYK 0.26 0 0.19 0.79
HSL 137.14º 0.15% 0.18% -
HSV(B) 137.14º 0.26% 0.21% -
XYZ 2.65 3.27 2.87 -
YUV 48.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 40 54 44 0.26 0 0.19 0.79 137.14 0.15 0.18
Hex 28 36 2C 1A 0 13 4F 89 F 12
Octal 50 66 54 32 0 23 117 211 17 22
Binary 101000 110110 101100 11010 0 10011 1001111 10001001 1111 10010

Color Harmonies of #28362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28362C

Black with #28362C

Text Example


Text Example

White with #28362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28362C; }

 p { color: rgb(40,54,44); }

 H1.HeaderClassName
 {
   color: #28362C;
 }
 .AnyTagClassName
 {
   color: #28362C;
 }
</style>

background-color css

<style>
 a { background-color: #28362C; }

 a { background-color: rgb(40,54,44); }

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

border-color css

<style>
 span { border-color: #28362C; }

 span { border-color: rgb(40,54,44); }

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