#2A2F2B

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

Shades of Gordons Green #2A2F2B

Tints of Gordons Green #2A2F2B

Color information

#2A2F2B (or 0x2A2F2B) is unknown color: approx Gordons Green. HEX triplet: 2A, 2F and 2B. RGB value is (42,47,43). Sum of RGB (Red+Green+Blue) = 42+47+43=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 47 - color contains mainly: green. Hex color #2A2F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2F2B is #D5D0D4. Grayscale: #2D2D2D. Windows color (decimal): -14012629 or 2830122. OLE color: 2830122.

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

Color convert

RGB424743-
CMYK0.1100.090.82
HSL132º5.62%17.45%-
HSV(B)132º10.64%18.43%-
XYZ2.412.72.68-
YUV45.05126.84125.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.82%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=31.82%
G=35.61%
B=32.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4247430.1100.090.821325.6217.45
Hex2A2F2BB095284611
Octal52575313011122204621
Binary10101010111110101110110100110100101000010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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