Html Css Color HEX #28382A Gordons Green

📋 copy color: '#28382A'

red 40 ◦ green 56 ◦ blue 42

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

Shades of Gordons Green #28382A

Tints of Gordons Green #28382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 28.99%
G = 40.58%
B = 30.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#28382A (or 0x28382A) is known color: Gordons Green. HEX triplet: 28, 38 and 2A. RGB value is (40,56,42). Sum of RGB (Red+Green+Blue) = 40+56+42=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #28382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28382A is #D7C7D5. Grayscale: #313131. Windows color (decimal): -14141398 or 2766888. OLE color: 2766888.

HSL color Cylindrical-coordinate representation of color #28382A: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #28382A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 56 42 -
CMYK 0.29 0 0.25 0.78
HSL 127.5º 0.17% 0.19% -
HSV(B) 127.5º 0.29% 0.22% -
XYZ 2.71 3.45 2.71 -
YUV 49.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 40 56 42 0.29 0 0.25 0.78 127.5 0.17 0.19
Hex 28 38 2A 1D 0 19 4E 80 11 13
Octal 50 70 52 35 0 31 116 200 21 23
Binary 101000 111000 101010 11101 0 11001 1001110 10000000 10001 10011

Color Harmonies of #28382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28382A

Black with #28382A

Text Example


Text Example

White with #28382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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