Html Css Color HEX #2A2E05 Green Waterloo

📋 copy color: '#2A2E05'

red 42 ◦ green 46 ◦ blue 5

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

Shades of Green Waterloo #2A2E05

Tints of Green Waterloo #2A2E05

RGB

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

 GREEN value IS 46 (18.36% from 255) = 49.46%

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

R = 45.16%
G = 49.46%
B = 5.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.82

RGB Variations

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

Color information

#2A2E05 (or 0x2A2E05) is known color: Green Waterloo. HEX triplet: 2A, 2E and 05. RGB value is (42,46,5). Sum of RGB (Red+Green+Blue) = 42+46+5=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2E05 is #D5D1FA. Grayscale: #282828. Windows color (decimal): -14012923 or 339498. OLE color: 339498.

HSL color Cylindrical-coordinate representation of color #2A2E05: hue angle of 65.85º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A2E05 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB 42 46 5 -
CMYK 0.09 0 0.89 0.82
HSL 65.85º 0.8% 0.1% -
HSV(B) 65.85º 0.89% 0.18% -
XYZ 1.96 2.46 0.51 -
YUV 40.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 42 46 5 0.09 0 0.89 0.82 65.85 0.8 0.1
Hex 2A 2E 5 9 0 59 52 42 50 A
Octal 52 56 5 11 0 131 122 102 120 12
Binary 101010 101110 101 1001 0 1011001 1010010 1000010 1010000 1010

Color Harmonies of #2A2E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2E05

Black with #2A2E05

Text Example


Text Example

White with #2A2E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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