Html Css Color HEX #28392B Gordons Green

📋 copy color: '#28392B'

red 40 ◦ green 57 ◦ blue 43

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

Shades of Gordons Green #28392B

Tints of Gordons Green #28392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.71%

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

R = 28.57%
G = 40.71%
B = 30.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#28392B (or 0x28392B) is known color: Gordons Green. HEX triplet: 28, 39 and 2B. RGB value is (40,57,43). Sum of RGB (Red+Green+Blue) = 40+57+43=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 57 - color contains mainly: green. Hex color #28392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28392B is #D7C6D4. Grayscale: #323232. Windows color (decimal): -14141141 or 2832680. OLE color: 2832680.

HSL color Cylindrical-coordinate representation of color #28392B: hue angle of 130.59º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28392B is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 57 43 -
CMYK 0.30 0 0.25 0.78
HSL 130.59º 0.18% 0.19% -
HSV(B) 130.59º 0.3% 0.22% -
XYZ 2.77 3.55 2.82 -
YUV 50.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 40 57 43 0.30 0 0.25 0.78 130.59 0.18 0.19
Hex 28 39 2B 1E 0 19 4E 83 12 13
Octal 50 71 53 36 0 31 116 203 22 23
Binary 101000 111001 101011 11110 0 11001 1001110 10000011 10010 10011

Color Harmonies of #28392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28392B

Black with #28392B

Text Example


Text Example

White with #28392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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