#2D3B2F

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

Shades of Gordons Green #2D3B2F

Tints of Gordons Green #2D3B2F

Color information

#2D3B2F (or 0x2D3B2F) is unknown color: approx Gordons Green. HEX triplet: 2D, 3B and 2F. RGB value is (45,59,47). Sum of RGB (Red+Green+Blue) = 45+59+47=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B2F is #D2C4D0. Grayscale: #353535. Windows color (decimal): -13812945 or 3095341. OLE color: 3095341.

HSL color Cylindrical-coordinate representation of color #2D3B2F: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D3B2F is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB455947-
CMYK0.2400.200.77
HSL128.57º13.46%20.39%-
HSV(B)128.57º23.73%23.14%-
XYZ3.163.893.27-
YUV53.45124.36121.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.80%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=29.80%
G=39.07%
B=31.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4559470.2400.200.77128.5713.4620.39
Hex2D3B2F180144D81d14
Octal557357300241152011524
Binary10110111101110111111000010100100110110000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,59,47); }

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

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

 a { background-color: rgb(45,59,47); }

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

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

 span { border-color: rgb(45,59,47); }

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