Html Css Color HEX #292E0F Green Waterloo

📋 copy color: '#292E0F'

red 41 ◦ green 46 ◦ blue 15

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

Shades of Green Waterloo #292E0F

Tints of Green Waterloo #292E0F

RGB

 RED value IS 41 (16.41% from 255) = 40.2%

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

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

R = 40.2%
G = 45.1%
B = 14.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.82

RGB Variations

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

Color information

#292E0F (or 0x292E0F) is known color: Green Waterloo. HEX triplet: 29, 2E and 0F. RGB value is (41,46,15). Sum of RGB (Red+Green+Blue) = 41+46+15=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #292E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E0F is #D6D1F0. Grayscale: #292929. Windows color (decimal): -14078449 or 994857. OLE color: 994857.

HSL color Cylindrical-coordinate representation of color #292E0F: hue angle of 69.68º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #292E0F is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 46 15 -
CMYK 0.11 0 0.67 0.82
HSL 69.68º 0.51% 0.12% -
HSV(B) 69.68º 0.67% 0.18% -
XYZ 1.98 2.46 0.82 -
YUV 40.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 41 46 15 0.11 0 0.67 0.82 69.68 0.51 0.12
Hex 29 2E F B 0 43 52 46 33 C
Octal 51 56 17 13 0 103 122 106 63 14
Binary 101001 101110 1111 1011 0 1000011 1010010 1000110 110011 1100

Color Harmonies of #292E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E0F

Black with #292E0F

Text Example


Text Example

White with #292E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292E0F; }

 p { color: rgb(41,46,15); }

 H1.HeaderClassName
 {
   color: #292E0F;
 }
 .AnyTagClassName
 {
   color: #292E0F;
 }
</style>

background-color css

<style>
 a { background-color: #292E0F; }

 a { background-color: rgb(41,46,15); }

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

border-color css

<style>
 span { border-color: #292E0F; }

 span { border-color: rgb(41,46,15); }

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