#2D2F0D

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

Shades of Green Waterloo #2D2F0D

Tints of Green Waterloo #2D2F0D

Color information

#2D2F0D (or 0x2D2F0D) is unknown color: approx Green Waterloo. HEX triplet: 2D, 2F and 0D. RGB value is (45,47,13). Sum of RGB (Red+Green+Blue) = 45+47+13=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 47 - color contains mainly: green. Hex color #2D2F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2F0D is #D2D0F2. Grayscale: #2A2A2A. Windows color (decimal): -13816051 or 864045. OLE color: 864045.

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

Color convert

RGB454713-
CMYK0.0400.720.82
HSL63.53º56.67%11.76%-
HSV(B)63.53º72.34%18.43%-
XYZ2.172.620.77-
YUV42.53111.34129.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.86%
GREEN value IS 47 (18.75% from 255) = 44.76%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=42.86%
G=44.76%
B=12.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4547130.0400.720.8263.5356.6711.76
Hex2D2FD4048524039c
Octal555715401101221007114
Binary101101101111110110001001000101001010000001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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