Html Css Color HEX #28342A Gordons Green

📋 copy color: '#28342A'

red 40 ◦ green 52 ◦ blue 42

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

Shades of Gordons Green #28342A

Tints of Gordons Green #28342A

RGB

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

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

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

R = 29.85%
G = 38.81%
B = 31.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#28342A (or 0x28342A) is known color: Gordons Green. HEX triplet: 28, 34 and 2A. RGB value is (40,52,42). Sum of RGB (Red+Green+Blue) = 40+52+42=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #28342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342A is #D7CBD5. Grayscale: #2F2F2F. Windows color (decimal): -14142422 or 2765864. OLE color: 2765864.

HSL color Cylindrical-coordinate representation of color #28342A: hue angle of 130º 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 #28342A is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 52 42 -
CMYK 0.23 0 0.19 0.80
HSL 130º 0.13% 0.18% -
HSV(B) 130º 0.23% 0.2% -
XYZ 2.52 3.07 2.65 -
YUV 47.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 40 52 42 0.23 0 0.19 0.80 130 0.13 0.18
Hex 28 34 2A 17 0 13 50 82 D 12
Octal 50 64 52 27 0 23 120 202 15 22
Binary 101000 110100 101010 10111 0 10011 1010000 10000010 1101 10010

Color Harmonies of #28342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28342A

Black with #28342A

Text Example


Text Example

White with #28342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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