#2D2F12

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

Shades of Green Waterloo #2D2F12

Tints of Green Waterloo #2D2F12

Color information

#2D2F12 (or 0x2D2F12) is unknown color: approx Green Waterloo. HEX triplet: 2D, 2F and 12. RGB value is (45,47,18). Sum of RGB (Red+Green+Blue) = 45+47+18=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #2D2F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2F12 is #D2D0ED. Grayscale: #2B2B2B. Windows color (decimal): -13816046 or 1191725. OLE color: 1191725.

HSL color Cylindrical-coordinate representation of color #2D2F12: hue angle of 64.14º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D2F12 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB454718-
CMYK0.0400.620.82
HSL64.14º44.62%12.75%-
HSV(B)64.14º61.7%18.43%-
XYZ2.212.630.96-
YUV43.1113.84129.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.91%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=40.91%
G=42.73%
B=16.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4547180.0400.620.8264.1444.6212.75
Hex2D2F12403E52402dd
Octal55572240761221005515
Binary101101101111100101000111110101001010000001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,47,18); }

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

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

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

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

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

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

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