Html Css Color HEX #2A2E15 Green Waterloo

📋 copy color: '#2A2E15'

red 42 ◦ green 46 ◦ blue 21

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

Shades of Green Waterloo #2A2E15

Tints of Green Waterloo #2A2E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.2%

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

R = 38.53%
G = 42.2%
B = 19.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#2A2E15 (or 0x2A2E15) is known color: Green Waterloo. HEX triplet: 2A, 2E and 15. RGB value is (42,46,21). Sum of RGB (Red+Green+Blue) = 42+46+21=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2E15 is #D5D1EA. Grayscale: #2A2A2A. Windows color (decimal): -14012907 or 1388074. OLE color: 1388074.

HSL color Cylindrical-coordinate representation of color #2A2E15: hue angle of 69.6º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A2E15 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB 42 46 21 -
CMYK 0.09 0 0.54 0.82
HSL 69.6º 0.37% 0.13% -
HSV(B) 69.6º 0.54% 0.18% -
XYZ 2.07 2.5 1.08 -
YUV 41.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 42 46 21 0.09 0 0.54 0.82 69.6 0.37 0.13
Hex 2A 2E 15 9 0 36 52 46 25 D
Octal 52 56 25 11 0 66 122 106 45 15
Binary 101010 101110 10101 1001 0 110110 1010010 1000110 100101 1101

Color Harmonies of #2A2E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2E15

Black with #2A2E15

Text Example


Text Example

White with #2A2E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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