#2B352C

Color #2B352C Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #2B352C

Tints of Gordons Green #2B352C

Color information

#2B352C (or 0x2B352C) is unknown color: approx Gordons Green. HEX triplet: 2B, 35 and 2C. RGB value is (43,53,44). Sum of RGB (Red+Green+Blue) = 43+53+44=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #2B352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B352C is #D4CAD3. Grayscale: #313131. Windows color (decimal): -13945556 or 2897195. OLE color: 2897195.

HSL color Cylindrical-coordinate representation of color #2B352C: hue angle of 126º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B352C is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB435344-
CMYK0.1900.170.79
HSL126º10.42%18.82%-
HSV(B)126º18.87%20.78%-
XYZ2.723.242.87-
YUV48.98125.19123.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.71%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=30.71%
G=37.86%
B=31.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353440.1900.170.7912610.4218.82
Hex2B352C130114F7ea13
Octal536554230211171761223
Binary1010111101011011001001101000110011111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B352C; }

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

 H1.HeaderClassName
 {
   color: #2B352C;
 }
 .AnyTagClassName
 {
   color: #2B352C;
 }
</style>
background-color css

<style>
 a { background-color: #2B352C; }

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

 div.DivClassName
 {
   background-color: #2B352C;
 }
 .BgClassName
 {
   background-color: #2B352C;
 }
</style>
border-color css

<style>
 span { border-color: #2B352C; }

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

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