Html Css Color HEX #28352B Gordons Green

📋 copy color: '#28352B'

red 40 ◦ green 53 ◦ blue 43

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

Shades of Gordons Green #28352B

Tints of Gordons Green #28352B

RGB

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

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

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

R = 29.41%
G = 38.97%
B = 31.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#28352B (or 0x28352B) is known color: Gordons Green. HEX triplet: 28, 35 and 2B. RGB value is (40,53,43). Sum of RGB (Red+Green+Blue) = 40+53+43=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #28352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28352B is #D7CAD4. Grayscale: #303030. Windows color (decimal): -14142165 or 2831656. OLE color: 2831656.

HSL color Cylindrical-coordinate representation of color #28352B: hue angle of 133.85º 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 #28352B is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 43 -
CMYK 0.25 0 0.19 0.79
HSL 133.85º 0.14% 0.18% -
HSV(B) 133.85º 0.25% 0.21% -
XYZ 2.58 3.17 2.76 -
YUV 47.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 40 53 43 0.25 0 0.19 0.79 133.85 0.14 0.18
Hex 28 35 2B 19 0 13 4F 86 E 12
Octal 50 65 53 31 0 23 117 206 16 22
Binary 101000 110101 101011 11001 0 10011 1001111 10000110 1110 10010

Color Harmonies of #28352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28352B

Black with #28352B

Text Example


Text Example

White with #28352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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