#2F362F

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

Shades of Gordons Green #2F362F

Tints of Gordons Green #2F362F

Color information

#2F362F (or 0x2F362F) is unknown color: approx Gordons Green. HEX triplet: 2F, 36 and 2F. RGB value is (47,54,47). Sum of RGB (Red+Green+Blue) = 47+54+47=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 54 - color contains mainly: green. Hex color #2F362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F362F is #D0C9D0. Grayscale: #333333. Windows color (decimal): -13683153 or 3094063. OLE color: 3094063.

HSL color Cylindrical-coordinate representation of color #2F362F: hue angle of 120º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2F362F is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB475447-
CMYK0.1300.130.79
HSL120º6.93%19.8%-
HSV(B)120º12.96%21.18%-
XYZ33.453.2-
YUV51.11125.68125.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.76%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=31.76%
G=36.49%
B=31.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4754470.1300.130.791206.9319.8
Hex2F362FD0D4F78714
Octal57665715015117170724
Binary1011111101101011111101011011001111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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