#2F302F

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

Shades of Gordons Green #2F302F

Tints of Gordons Green #2F302F

Color information

#2F302F (or 0x2F302F) is unknown color: approx Gordons Green. HEX triplet: 2F, 30 and 2F. RGB value is (47,48,47). Sum of RGB (Red+Green+Blue) = 47+48+47=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 48 - color contains mainly: green. Hex color #2F302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F302F is #D0CFD0. Grayscale: #2F2F2F. Windows color (decimal): -13684689 or 3092527. OLE color: 3092527.

HSL color Cylindrical-coordinate representation of color #2F302F: hue angle of 120º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #2F302F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB474847-
CMYK0.0200.020.81
HSL120º1.05%18.63%-
HSV(B)120º2.08%18.82%-
XYZ2.742.923.11-
YUV47.59127.67127.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.10%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=33.10%
G=33.80%
B=33.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748470.0200.020.811201.0518.63
Hex2F302F2025178113
Octal576057202121170123
Binary1011111100001011111001010100011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,48,47); }

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

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

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

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

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

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

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