#2B3D2F

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

Shades of Gordons Green #2B3D2F

Tints of Gordons Green #2B3D2F

Color information

#2B3D2F (or 0x2B3D2F) is unknown color: approx Gordons Green. HEX triplet: 2B, 3D and 2F. RGB value is (43,61,47). Sum of RGB (Red+Green+Blue) = 43+61+47=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D2F is #D4C2D0. Grayscale: #363636. Windows color (decimal): -13943505 or 3095851. OLE color: 3095851.

HSL color Cylindrical-coordinate representation of color #2B3D2F: hue angle of 133.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B3D2F is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB436147-
CMYK0.3000.230.76
HSL133.33º17.31%20.39%-
HSV(B)133.33º29.51%23.92%-
XYZ3.184.063.3-
YUV54.02124.04120.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.48%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=28.48%
G=40.40%
B=31.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4361470.3000.230.76133.3317.3120.39
Hex2B3D2F1E0174C851114
Octal537557360271142052124
Binary101011111101101111111100101111001100100001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,61,47); }

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

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

 a { background-color: rgb(43,61,47); }

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

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

 span { border-color: rgb(43,61,47); }

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