Html Css Color HEX #28402A Gordons Green

📋 copy color: '#28402A'

red 40 ◦ green 64 ◦ blue 42

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

Shades of Gordons Green #28402A

Tints of Gordons Green #28402A

RGB

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

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

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

R = 27.4%
G = 43.84%
B = 28.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#28402A (or 0x28402A) is known color: Gordons Green. HEX triplet: 28, 40 and 2A. RGB value is (40,64,42). Sum of RGB (Red+Green+Blue) = 40+64+42=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #28402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28402A is #D7BFD5. Grayscale: #363636. Windows color (decimal): -14139350 or 2768936. OLE color: 2768936.

HSL color Cylindrical-coordinate representation of color #28402A: hue angle of 125º 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 #28402A is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 64 42 -
CMYK 0.38 0 0.34 0.75
HSL 125º 0.23% 0.2% -
HSV(B) 125º 0.38% 0.25% -
XYZ 3.13 4.29 2.85 -
YUV 54.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 40 64 42 0.38 0 0.34 0.75 125 0.23 0.2
Hex 28 40 2A 26 0 22 4B 7D 17 14
Octal 50 100 52 46 0 42 113 175 27 24
Binary 101000 1000000 101010 100110 0 100010 1001011 1111101 10111 10100

Color Harmonies of #28402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28402A

Black with #28402A

Text Example


Text Example

White with #28402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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