Html Css Color HEX #2A3013 Green Waterloo

📋 copy color: '#2A3013'

red 42 ◦ green 48 ◦ blue 19

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

Shades of Green Waterloo #2A3013

Tints of Green Waterloo #2A3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 38.53%
G = 44.04%
B = 17.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#2A3013 (or 0x2A3013) is known color: Green Waterloo. HEX triplet: 2A, 30 and 13. RGB value is (42,48,19). Sum of RGB (Red+Green+Blue) = 42+48+19=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3013 is #D5CFEC. Grayscale: #2B2B2B. Windows color (decimal): -14012397 or 1257514. OLE color: 1257514.

HSL color Cylindrical-coordinate representation of color #2A3013: hue angle of 72.41º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A3013 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 48 19 -
CMYK 0.13 0 0.60 0.81
HSL 72.41º 0.43% 0.13% -
HSV(B) 72.41º 0.6% 0.19% -
XYZ 2.13 2.65 1.02 -
YUV 42.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 42 48 19 0.13 0 0.60 0.81 72.41 0.43 0.13
Hex 2A 30 13 D 0 3C 51 48 2B D
Octal 52 60 23 15 0 74 121 110 53 15
Binary 101010 110000 10011 1101 0 111100 1010001 1001000 101011 1101

Color Harmonies of #2A3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3013

Black with #2A3013

Text Example


Text Example

White with #2A3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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