Html Css Color HEX #28402C Gordons Green

📋 copy color: '#28402C'

red 40 ◦ green 64 ◦ blue 44

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

Shades of Gordons Green #28402C

Tints of Gordons Green #28402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.24%

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

R = 27.03%
G = 43.24%
B = 29.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#28402C (or 0x28402C) is known color: Gordons Green. HEX triplet: 28, 40 and 2C. RGB value is (40,64,44). Sum of RGB (Red+Green+Blue) = 40+64+44=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #28402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28402C is #D7BFD3. Grayscale: #363636. Windows color (decimal): -14139348 or 2900008. OLE color: 2900008.

HSL color Cylindrical-coordinate representation of color #28402C: hue angle of 130º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28402C is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 64 44 -
CMYK 0.38 0 0.31 0.75
HSL 130º 0.23% 0.2% -
HSV(B) 130º 0.38% 0.25% -
XYZ 3.16 4.3 3.05 -
YUV 54.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 40 64 44 0.38 0 0.31 0.75 130 0.23 0.2
Hex 28 40 2C 26 0 1F 4B 82 17 14
Octal 50 100 54 46 0 37 113 202 27 24
Binary 101000 1000000 101100 100110 0 11111 1001011 10000010 10111 10100

Color Harmonies of #28402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28402C

Black with #28402C

Text Example


Text Example

White with #28402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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