Html Css Color HEX #2A300A Green Waterloo

📋 copy color: '#2A300A'

red 42 ◦ green 48 ◦ blue 10

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

Shades of Green Waterloo #2A300A

Tints of Green Waterloo #2A300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10%

R = 42%
G = 48%
B = 10%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#2A300A (or 0x2A300A) is known color: Green Waterloo. HEX triplet: 2A, 30 and 0A. RGB value is (42,48,10). Sum of RGB (Red+Green+Blue) = 42+48+10=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #2A300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A300A is #D5CFF5. Grayscale: #2A2A2A. Windows color (decimal): -14012406 or 667690. OLE color: 667690.

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

Color convert

RGB 42 48 10 -
CMYK 0.13 0 0.79 0.81
HSL 69.47º 0.66% 0.11% -
HSV(B) 69.47º 0.79% 0.19% -
XYZ 2.07 2.63 0.69 -
YUV 41.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 42 48 10 0.13 0 0.79 0.81 69.47 0.66 0.11
Hex 2A 30 A D 0 4F 51 45 42 B
Octal 52 60 12 15 0 117 121 105 102 13
Binary 101010 110000 1010 1101 0 1001111 1010001 1000101 1000010 1011

Color Harmonies of #2A300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A300A

Black with #2A300A

Text Example


Text Example

White with #2A300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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