#2B422C

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

Shades of Gordons Green #2B422C

Tints of Gordons Green #2B422C

Color information

#2B422C (or 0x2B422C) is unknown color: approx Gordons Green. HEX triplet: 2B, 42 and 2C. RGB value is (43,66,44). Sum of RGB (Red+Green+Blue) = 43+66+44=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #2B422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B422C is #D4BDD3. Grayscale: #383838. Windows color (decimal): -13942228 or 2900523. OLE color: 2900523.

HSL color Cylindrical-coordinate representation of color #2B422C: hue angle of 122.61º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B422C is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB436644-
CMYK0.3500.330.74
HSL122.61º21.1%21.37%-
HSV(B)122.61º34.85%25.88%-
XYZ3.44.593.09-
YUV56.61120.88118.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=28.10%
G=43.14%
B=28.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366440.3500.330.74122.6121.121.37
Hex2B422C230214A7b1515
Octal5310254430411121732525
Binary10101110000101011001000110100001100101011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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