#2A302A

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

Shades of Gordons Green #2A302A

Tints of Gordons Green #2A302A

Color information

#2A302A (or 0x2A302A) is unknown color: approx Gordons Green. HEX triplet: 2A, 30 and 2A. RGB value is (42,48,42). Sum of RGB (Red+Green+Blue) = 42+48+42=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 48 - color contains mainly: green. Hex color #2A302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A302A is #D5CFD5. Grayscale: #2D2D2D. Windows color (decimal): -14012374 or 2764842. OLE color: 2764842.

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

Color convert

RGB424842-
CMYK0.1300.130.81
HSL120º6.67%17.65%-
HSV(B)120º12.5%18.82%-
XYZ2.432.772.6-
YUV45.52126.01125.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.82%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=31.82%
G=36.36%
B=31.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248420.1300.130.811206.6717.65
Hex2A302AD0D5178712
Octal52605215015121170722
Binary1010101100001010101101011011010001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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