Html Css Color HEX #28352A Gordons Green

📋 copy color: '#28352A'

red 40 ◦ green 53 ◦ blue 42

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

Shades of Gordons Green #28352A

Tints of Gordons Green #28352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

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

R = 29.63%
G = 39.26%
B = 31.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#28352A (or 0x28352A) is known color: Gordons Green. HEX triplet: 28, 35 and 2A. RGB value is (40,53,42). Sum of RGB (Red+Green+Blue) = 40+53+42=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #28352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28352A is #D7CAD5. Grayscale: #2F2F2F. Windows color (decimal): -14142166 or 2766120. OLE color: 2766120.

HSL color Cylindrical-coordinate representation of color #28352A: hue angle of 129.23º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #28352A is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 42 -
CMYK 0.25 0 0.21 0.79
HSL 129.23º 0.14% 0.18% -
HSV(B) 129.23º 0.25% 0.21% -
XYZ 2.57 3.16 2.67 -
YUV 47.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 40 53 42 0.25 0 0.21 0.79 129.23 0.14 0.18
Hex 28 35 2A 19 0 15 4F 81 E 12
Octal 50 65 52 31 0 25 117 201 16 22
Binary 101000 110101 101010 11001 0 10101 1001111 10000001 1110 10010

Color Harmonies of #28352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28352A

Black with #28352A

Text Example


Text Example

White with #28352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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