Html Css Color HEX #28362B Gordons Green

📋 copy color: '#28362B'

red 40 ◦ green 54 ◦ blue 43

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

Shades of Gordons Green #28362B

Tints of Gordons Green #28362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.39%

R = 29.2%
G = 39.42%
B = 31.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.79

RGB Variations

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

Color information

#28362B (or 0x28362B) is known color: Gordons Green. HEX triplet: 28, 36 and 2B. RGB value is (40,54,43). Sum of RGB (Red+Green+Blue) = 40+54+43=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 54 - color contains mainly: green. Hex color #28362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28362B is #D7C9D4. Grayscale: #303030. Windows color (decimal): -14141909 or 2831912. OLE color: 2831912.

HSL color Cylindrical-coordinate representation of color #28362B: hue angle of 132.86º 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 #28362B is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 54 43 -
CMYK 0.26 0 0.20 0.79
HSL 132.86º 0.15% 0.18% -
HSV(B) 132.86º 0.26% 0.21% -
XYZ 2.63 3.26 2.78 -
YUV 48.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 40 54 43 0.26 0 0.20 0.79 132.86 0.15 0.18
Hex 28 36 2B 1A 0 14 4F 85 F 12
Octal 50 66 53 32 0 24 117 205 17 22
Binary 101000 110110 101011 11010 0 10100 1001111 10000101 1111 10010

Color Harmonies of #28362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28362B

Black with #28362B

Text Example


Text Example

White with #28362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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