Html Css Color HEX #2D3015 Green Waterloo

📋 copy color: '#2D3015'

red 45 ◦ green 48 ◦ blue 21

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

Shades of Green Waterloo #2D3015

Tints of Green Waterloo #2D3015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.11%

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

R = 39.47%
G = 42.11%
B = 18.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#2D3015 (or 0x2D3015) is known color: Green Waterloo. HEX triplet: 2D, 30 and 15. RGB value is (45,48,21). Sum of RGB (Red+Green+Blue) = 45+48+21=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3015 is #D2CFEA. Grayscale: #2C2C2C. Windows color (decimal): -13815787 or 1388589. OLE color: 1388589.

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

Color convert

RGB 45 48 21 -
CMYK 0.06 0 0.56 0.81
HSL 66.67º 0.39% 0.14% -
HSV(B) 66.67º 0.56% 0.19% -
XYZ 2.27 2.73 1.12 -
YUV 44.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 45 48 21 0.06 0 0.56 0.81 66.67 0.39 0.14
Hex 2D 30 15 6 0 38 51 43 27 E
Octal 55 60 25 6 0 70 121 103 47 16
Binary 101101 110000 10101 110 0 111000 1010001 1000011 100111 1110

Color Harmonies of #2D3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3015

Black with #2D3015

Text Example


Text Example

White with #2D3015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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