#2B392D

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

Shades of Gordons Green #2B392D

Tints of Gordons Green #2B392D

Color information

#2B392D (or 0x2B392D) is unknown color: approx Gordons Green. HEX triplet: 2B, 39 and 2D. RGB value is (43,57,45). Sum of RGB (Red+Green+Blue) = 43+57+45=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #2B392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B392D is #D4C6D2. Grayscale: #333333. Windows color (decimal): -13944531 or 2963755. OLE color: 2963755.

HSL color Cylindrical-coordinate representation of color #2B392D: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2B392D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB435745-
CMYK0.2500.210.78
HSL128.57º14%19.61%-
HSV(B)128.57º24.56%22.35%-
XYZ2.933.633.03-
YUV51.45124.36121.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.66%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=29.66%
G=39.31%
B=31.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4357450.2500.210.78128.571419.61
Hex2B392D190154E81e14
Octal537155310251162011624
Binary10101111100110110111001010101100111010000001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,57,45); }

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

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

 a { background-color: rgb(43,57,45); }

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

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

 span { border-color: rgb(43,57,45); }

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