#2A2F02

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

Shades of Green Waterloo #2A2F02

Tints of Green Waterloo #2A2F02

Color information

#2A2F02 (or 0x2A2F02) is unknown color: approx Green Waterloo. HEX triplet: 2A, 2F and 02. RGB value is (42,47,2). Sum of RGB (Red+Green+Blue) = 42+47+2=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #2A2F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2F02 is #D5D0FD. Grayscale: #282828. Windows color (decimal): -14012670 or 143146. OLE color: 143146.

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

Color convert

RGB42472-
CMYK0.1100.960.82
HSL66.67º91.84%9.61%-
HSV(B)66.67º95.74%18.43%-
XYZ1.982.530.44-
YUV40.38106.34129.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 46.15%
GREEN value IS 47 (18.75% from 255) = 51.65%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=46.15%
G=51.65%
B=2.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal424720.1100.960.8266.6791.849.61
Hex2A2F2B06052435ca
Octal5257213014012210313412
Binary101010101111101011011000001010010100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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