#292F2A

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

Shades of Gordons Green #292F2A

Tints of Gordons Green #292F2A

Color information

#292F2A (or 0x292F2A) is unknown color: approx Gordons Green. HEX triplet: 29, 2F and 2A. RGB value is (41,47,42). Sum of RGB (Red+Green+Blue) = 41+47+42=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 47 - color contains mainly: green. Hex color #292F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2A is #D6D0D5. Grayscale: #2C2C2C. Windows color (decimal): -14078166 or 2764585. OLE color: 2764585.

HSL color Cylindrical-coordinate representation of color #292F2A: hue angle of 130º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292F2A is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB414742-
CMYK0.1300.110.82
HSL130º6.82%17.25%-
HSV(B)130º12.77%18.43%-
XYZ2.352.672.58-
YUV44.64126.51125.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=31.54%
G=36.15%
B=32.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4147420.1300.110.821306.8217.25
Hex292F2AD0B5282711
Octal51575215013122202721
Binary10100110111110101011010101110100101000001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292F2A; }

 p { color: rgb(41,47,42); }

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

<style>
 a { background-color: #292F2A; }

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

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

<style>
 span { border-color: #292F2A; }

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

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