Html Css Color HEX #296400 Myrtle

📋 copy color: '#296400'

red 41 ◦ green 100 ◦ blue 0

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

Shades of Myrtle #296400

Tints of Myrtle #296400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 70.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.08%
G = 70.92%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#296400 (or 0x296400) is known color: Myrtle. HEX triplet: 29, 64 and 00. RGB value is (41,100,0). Sum of RGB (Red+Green+Blue) = 41+100+0=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #296400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296400 is #D69BFF. Grayscale: #474747. Windows color (decimal): -14064640 or 25641. OLE color: 25641.

HSL color Cylindrical-coordinate representation of color #296400: hue angle of 95.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #296400 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 100 0 -
CMYK 0.59 0 1 0.61
HSL 95.4º 1% 0.2% -
HSV(B) 95.4º 1% 0.39% -
XYZ 5.47 9.59 1.56 -
YUV 70.96 87.95 106.63 -
System Red Green Blue C M Y K H S L
Decimal 41 100 0 0.59 0 1 0.61 95.4 1 0.2
Hex 29 64 0 3B 0 64 3D 5F 64 14
Octal 51 144 0 73 0 144 75 137 144 24
Binary 101001 1100100 0 111011 0 1100100 111101 1011111 1100100 10100

Color Harmonies of #296400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296400

Black with #296400

Text Example


Text Example

White with #296400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296400; }

 p { color: rgb(41,100,0); }

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

background-color css

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

 a { background-color: rgb(41,100,0); }

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

border-color css

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

 span { border-color: rgb(41,100,0); }

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