Html Css Color HEX #28342B Gordons Green

📋 copy color: '#28342B'

red 40 ◦ green 52 ◦ blue 43

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

Shades of Gordons Green #28342B

Tints of Gordons Green #28342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.52%

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

R = 29.63%
G = 38.52%
B = 31.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#28342B (or 0x28342B) is known color: Gordons Green. HEX triplet: 28, 34 and 2B. RGB value is (40,52,43). Sum of RGB (Red+Green+Blue) = 40+52+43=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #28342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342B is #D7CBD4. Grayscale: #2F2F2F. Windows color (decimal): -14142421 or 2831400. OLE color: 2831400.

HSL color Cylindrical-coordinate representation of color #28342B: hue angle of 135º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #28342B is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 52 43 -
CMYK 0.23 0 0.17 0.80
HSL 135º 0.13% 0.18% -
HSV(B) 135º 0.23% 0.2% -
XYZ 2.54 3.08 2.75 -
YUV 47.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 40 52 43 0.23 0 0.17 0.80 135 0.13 0.18
Hex 28 34 2B 17 0 11 50 87 D 12
Octal 50 64 53 27 0 21 120 207 15 22
Binary 101000 110100 101011 10111 0 10001 1010000 10000111 1101 10010

Color Harmonies of #28342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28342B

Black with #28342B

Text Example


Text Example

White with #28342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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