Html Css Color HEX #2A3015 Green Waterloo

📋 copy color: '#2A3015'

red 42 ◦ green 48 ◦ blue 21

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

Shades of Green Waterloo #2A3015

Tints of Green Waterloo #2A3015

RGB

 RED value IS 42 (16.8% from 255) = 37.84%

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

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

R = 37.84%
G = 43.24%
B = 18.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#2A3015 (or 0x2A3015) is known color: Green Waterloo. HEX triplet: 2A, 30 and 15. RGB value is (42,48,21). Sum of RGB (Red+Green+Blue) = 42+48+21=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3015 is #D5CFEA. Grayscale: #2B2B2B. Windows color (decimal): -14012395 or 1388586. OLE color: 1388586.

HSL color Cylindrical-coordinate representation of color #2A3015: hue angle of 73.33º 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 #2A3015 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 48 21 -
CMYK 0.13 0 0.56 0.81
HSL 73.33º 0.39% 0.14% -
HSV(B) 73.33º 0.56% 0.19% -
XYZ 2.15 2.66 1.11 -
YUV 43.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 42 48 21 0.13 0 0.56 0.81 73.33 0.39 0.14
Hex 2A 30 15 D 0 38 51 49 27 E
Octal 52 60 25 15 0 70 121 111 47 16
Binary 101010 110000 10101 1101 0 111000 1010001 1001001 100111 1110

Color Harmonies of #2A3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3015

Black with #2A3015

Text Example


Text Example

White with #2A3015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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