Html Css Color HEX #2D3115 Green Waterloo

📋 copy color: '#2D3115'

red 45 ◦ green 49 ◦ blue 21

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

Shades of Green Waterloo #2D3115

Tints of Green Waterloo #2D3115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 39.13%
G = 42.61%
B = 18.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#2D3115 (or 0x2D3115) is known color: Green Waterloo. HEX triplet: 2D, 31 and 15. RGB value is (45,49,21). Sum of RGB (Red+Green+Blue) = 45+49+21=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3115 is #D2CEEA. Grayscale: #2C2C2C. Windows color (decimal): -13815531 or 1388845. OLE color: 1388845.

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

Color convert

RGB 45 49 21 -
CMYK 0.08 0 0.57 0.81
HSL 68.57º 0.4% 0.14% -
HSV(B) 68.57º 0.57% 0.19% -
XYZ 2.32 2.81 1.13 -
YUV 44.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 45 49 21 0.08 0 0.57 0.81 68.57 0.4 0.14
Hex 2D 31 15 8 0 39 51 45 28 E
Octal 55 61 25 10 0 71 121 105 50 16
Binary 101101 110001 10101 1000 0 111001 1010001 1000101 101000 1110

Color Harmonies of #2D3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3115

Black with #2D3115

Text Example


Text Example

White with #2D3115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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