Html Css Color HEX #2A3005 Green Waterloo

📋 copy color: '#2A3005'

red 42 ◦ green 48 ◦ blue 5

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

Shades of Green Waterloo #2A3005

Tints of Green Waterloo #2A3005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.26%

R = 44.21%
G = 50.53%
B = 5.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#2A3005 (or 0x2A3005) is known color: Green Waterloo. HEX triplet: 2A, 30 and 05. RGB value is (42,48,5). Sum of RGB (Red+Green+Blue) = 42+48+5=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3005 is #D5CFFA. Grayscale: #292929. Windows color (decimal): -14012411 or 340010. OLE color: 340010.

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

Color convert

RGB 42 48 5 -
CMYK 0.13 0 0.90 0.81
HSL 68.37º 0.81% 0.1% -
HSV(B) 68.37º 0.9% 0.19% -
XYZ 2.04 2.62 0.54 -
YUV 41.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 42 48 5 0.13 0 0.90 0.81 68.37 0.81 0.1
Hex 2A 30 5 D 0 5A 51 44 51 A
Octal 52 60 5 15 0 132 121 104 121 12
Binary 101010 110000 101 1101 0 1011010 1010001 1000100 1010001 1010

Color Harmonies of #2A3005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3005

Black with #2A3005

Text Example


Text Example

White with #2A3005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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