Html Css Color HEX #2D310D Green Waterloo

📋 copy color: '#2D310D'

red 45 ◦ green 49 ◦ blue 13

#2D310D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #2D310D

Tints of Green Waterloo #2D310D

RGB

 RED value IS 45 (17.97% from 255) = 42.06%

 GREEN value IS 49 (19.53% from 255) = 45.79%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 42.06%
G = 45.79%
B = 12.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#2D310D (or 0x2D310D) is known color: Green Waterloo. HEX triplet: 2D, 31 and 0D. RGB value is (45,49,13). Sum of RGB (Red+Green+Blue) = 45+49+13=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #2D310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D310D is #D2CEF2. Grayscale: #2B2B2B. Windows color (decimal): -13815539 or 864557. OLE color: 864557.

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

Color convert

RGB 45 49 13 -
CMYK 0.08 0 0.73 0.81
HSL 66.67º 0.58% 0.12% -
HSV(B) 66.67º 0.73% 0.19% -
XYZ 2.25 2.78 0.8 -
YUV 43.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 45 49 13 0.08 0 0.73 0.81 66.67 0.58 0.12
Hex 2D 31 D 8 0 49 51 43 3A C
Octal 55 61 15 10 0 111 121 103 72 14
Binary 101101 110001 1101 1000 0 1001001 1010001 1000011 111010 1100

Color Harmonies of #2D310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D310D

Black with #2D310D

Text Example


Text Example

White with #2D310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D310D;
 }
 .AnyTagClassName
 {
   color: #2D310D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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