Html Css Color HEX #28402B Gordons Green

📋 copy color: '#28402B'

red 40 ◦ green 64 ◦ blue 43

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

Shades of Gordons Green #28402B

Tints of Gordons Green #28402B

RGB

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

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

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

R = 27.21%
G = 43.54%
B = 29.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#28402B (or 0x28402B) is known color: Gordons Green. HEX triplet: 28, 40 and 2B. RGB value is (40,64,43). Sum of RGB (Red+Green+Blue) = 40+64+43=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #28402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28402B is #D7BFD4. Grayscale: #363636. Windows color (decimal): -14139349 or 2834472. OLE color: 2834472.

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

Color convert

RGB 40 64 43 -
CMYK 0.38 0 0.33 0.75
HSL 127.5º 0.23% 0.2% -
HSV(B) 127.5º 0.38% 0.25% -
XYZ 3.14 4.29 2.95 -
YUV 54.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 40 64 43 0.38 0 0.33 0.75 127.5 0.23 0.2
Hex 28 40 2B 26 0 21 4B 80 17 14
Octal 50 100 53 46 0 41 113 200 27 24
Binary 101000 1000000 101011 100110 0 100001 1001011 10000000 10111 10100

Color Harmonies of #28402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28402B

Black with #28402B

Text Example


Text Example

White with #28402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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