Html Css Color HEX #2A300F Green Waterloo

📋 copy color: '#2A300F'

red 42 ◦ green 48 ◦ blue 15

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

Shades of Green Waterloo #2A300F

Tints of Green Waterloo #2A300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 40%
G = 45.71%
B = 14.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#2A300F (or 0x2A300F) is known color: Green Waterloo. HEX triplet: 2A, 30 and 0F. RGB value is (42,48,15). Sum of RGB (Red+Green+Blue) = 42+48+15=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #2A300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A300F is #D5CFF0. Grayscale: #2A2A2A. Windows color (decimal): -14012401 or 995370. OLE color: 995370.

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

Color convert

RGB 42 48 15 -
CMYK 0.13 0 0.69 0.81
HSL 70.91º 0.52% 0.12% -
HSV(B) 70.91º 0.69% 0.19% -
XYZ 2.1 2.64 0.85 -
YUV 42.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 42 48 15 0.13 0 0.69 0.81 70.91 0.52 0.12
Hex 2A 30 F D 0 45 51 47 34 C
Octal 52 60 17 15 0 105 121 107 64 14
Binary 101010 110000 1111 1101 0 1000101 1010001 1000111 110100 1100

Color Harmonies of #2A300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A300F

Black with #2A300F

Text Example


Text Example

White with #2A300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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