Html Css Color HEX #2D311A Green Waterloo

📋 copy color: '#2D311A'

red 45 ◦ green 49 ◦ blue 26

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

Shades of Green Waterloo #2D311A

Tints of Green Waterloo #2D311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 37.5%
G = 40.83%
B = 21.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#2D311A (or 0x2D311A) is known color: Green Waterloo. HEX triplet: 2D, 31 and 1A. RGB value is (45,49,26). Sum of RGB (Red+Green+Blue) = 45+49+26=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #2D311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D311A is #D2CEE5. Grayscale: #2D2D2D. Windows color (decimal): -13815526 or 1716525. OLE color: 1716525.

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

Color convert

RGB 45 49 26 -
CMYK 0.08 0 0.47 0.81
HSL 70.43º 0.31% 0.15% -
HSV(B) 70.43º 0.47% 0.19% -
XYZ 2.37 2.83 1.4 -
YUV 45.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 45 49 26 0.08 0 0.47 0.81 70.43 0.31 0.15
Hex 2D 31 1A 8 0 2F 51 46 1F F
Octal 55 61 32 10 0 57 121 106 37 17
Binary 101101 110001 11010 1000 0 101111 1010001 1000110 11111 1111

Color Harmonies of #2D311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D311A

Black with #2D311A

Text Example


Text Example

White with #2D311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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