Html Css Color HEX #2A300D Green Waterloo

📋 copy color: '#2A300D'

red 42 ◦ green 48 ◦ blue 13

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

Shades of Green Waterloo #2A300D

Tints of Green Waterloo #2A300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.62%

R = 40.78%
G = 46.6%
B = 12.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#2A300D (or 0x2A300D) is known color: Green Waterloo. HEX triplet: 2A, 30 and 0D. RGB value is (42,48,13). Sum of RGB (Red+Green+Blue) = 42+48+13=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #2A300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A300D is #D5CFF2. Grayscale: #2A2A2A. Windows color (decimal): -14012403 or 864298. OLE color: 864298.

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

Color convert

RGB 42 48 13 -
CMYK 0.13 0 0.73 0.81
HSL 70.29º 0.57% 0.12% -
HSV(B) 70.29º 0.73% 0.19% -
XYZ 2.08 2.64 0.78 -
YUV 42.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 42 48 13 0.13 0 0.73 0.81 70.29 0.57 0.12
Hex 2A 30 D D 0 49 51 46 39 C
Octal 52 60 15 15 0 111 121 106 71 14
Binary 101010 110000 1101 1101 0 1001001 1010001 1000110 111001 1100

Color Harmonies of #2A300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A300D

Black with #2A300D

Text Example


Text Example

White with #2A300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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