Html Css Color HEX #2A3006 Green Waterloo

📋 copy color: '#2A3006'

red 42 ◦ green 48 ◦ blue 6

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

Shades of Green Waterloo #2A3006

Tints of Green Waterloo #2A3006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.25%

R = 43.75%
G = 50%
B = 6.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#2A3006 (or 0x2A3006) is known color: Green Waterloo. HEX triplet: 2A, 30 and 06. RGB value is (42,48,6). Sum of RGB (Red+Green+Blue) = 42+48+6=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3006 is #D5CFF9. Grayscale: #292929. Windows color (decimal): -14012410 or 405546. OLE color: 405546.

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

Color convert

RGB 42 48 6 -
CMYK 0.13 0 0.87 0.81
HSL 68.57º 0.78% 0.11% -
HSV(B) 68.57º 0.88% 0.19% -
XYZ 2.04 2.62 0.57 -
YUV 41.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 42 48 6 0.13 0 0.87 0.81 68.57 0.78 0.11
Hex 2A 30 6 D 0 57 51 45 4E B
Octal 52 60 6 15 0 127 121 105 116 13
Binary 101010 110000 110 1101 0 1010111 1010001 1000101 1001110 1011

Color Harmonies of #2A3006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3006

Black with #2A3006

Text Example


Text Example

White with #2A3006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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