#2B342C

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

Shades of Gordons Green #2B342C

Tints of Gordons Green #2B342C

Color information

#2B342C (or 0x2B342C) is unknown color: approx Gordons Green. HEX triplet: 2B, 34 and 2C. RGB value is (43,52,44). Sum of RGB (Red+Green+Blue) = 43+52+44=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #2B342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B342C is #D4CBD3. Grayscale: #303030. Windows color (decimal): -13945812 or 2896939. OLE color: 2896939.

HSL color Cylindrical-coordinate representation of color #2B342C: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B342C is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB435244-
CMYK0.1700.150.80
HSL126.67º9.47%18.63%-
HSV(B)126.67º17.31%20.39%-
XYZ2.683.152.85-
YUV48.4125.52124.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.94%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=30.94%
G=37.41%
B=31.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4352440.1700.150.80126.679.4718.63
Hex2B342C110F507f913
Octal536454210171201771123
Binary101011110100101100100010111110100001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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