Html Css Color HEX #28382B Gordons Green

📋 copy color: '#28382B'

red 40 ◦ green 56 ◦ blue 43

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

Shades of Gordons Green #28382B

Tints of Gordons Green #28382B

RGB

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

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

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

R = 28.78%
G = 40.29%
B = 30.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#28382B (or 0x28382B) is known color: Gordons Green. HEX triplet: 28, 38 and 2B. RGB value is (40,56,43). Sum of RGB (Red+Green+Blue) = 40+56+43=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #28382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28382B is #D7C7D4. Grayscale: #313131. Windows color (decimal): -14141397 or 2832424. OLE color: 2832424.

HSL color Cylindrical-coordinate representation of color #28382B: hue angle of 131.25º 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 #28382B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 56 43 -
CMYK 0.29 0 0.23 0.78
HSL 131.25º 0.17% 0.19% -
HSV(B) 131.25º 0.29% 0.22% -
XYZ 2.73 3.45 2.81 -
YUV 49.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 40 56 43 0.29 0 0.23 0.78 131.25 0.17 0.19
Hex 28 38 2B 1D 0 17 4E 83 11 13
Octal 50 70 53 35 0 27 116 203 21 23
Binary 101000 111000 101011 11101 0 10111 1001110 10000011 10001 10011

Color Harmonies of #28382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28382B

Black with #28382B

Text Example


Text Example

White with #28382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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