Html Css Color HEX #296001 Myrtle

📋 copy color: '#296001'

red 41 ◦ green 96 ◦ blue 1

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

Shades of Myrtle #296001

Tints of Myrtle #296001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 69.57%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 29.71%
G = 69.57%
B = 0.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#296001 (or 0x296001) is known color: Myrtle. HEX triplet: 29, 60 and 01. RGB value is (41,96,1). Sum of RGB (Red+Green+Blue) = 41+96+1=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #296001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296001 is #D69FFE. Grayscale: #454545. Windows color (decimal): -14065663 or 90153. OLE color: 90153.

HSL color Cylindrical-coordinate representation of color #296001: hue angle of 94.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #296001 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 96 1 -
CMYK 0.57 0 0.99 0.62
HSL 94.74º 0.98% 0.19% -
HSV(B) 94.74º 0.99% 0.38% -
XYZ 5.1 8.84 1.47 -
YUV 68.73 89.78 108.22 -
System Red Green Blue C M Y K H S L
Decimal 41 96 1 0.57 0 0.99 0.62 94.74 0.98 0.19
Hex 29 60 1 39 0 63 3E 5F 62 13
Octal 51 140 1 71 0 143 76 137 142 23
Binary 101001 1100000 1 111001 0 1100011 111110 1011111 1100010 10011

Color Harmonies of #296001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296001

Black with #296001

Text Example


Text Example

White with #296001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296001; }

 p { color: rgb(41,96,1); }

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

background-color css

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

 a { background-color: rgb(41,96,1); }

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

border-color css

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

 span { border-color: rgb(41,96,1); }

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