Html Css Color HEX #294401 Turtle Green

📋 copy color: '#294401'

red 41 ◦ green 68 ◦ blue 1

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

Shades of Turtle Green #294401

Tints of Turtle Green #294401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 61.82%

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

R = 37.27%
G = 61.82%
B = 0.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#294401 (or 0x294401) is known color: Turtle Green. HEX triplet: 29, 44 and 01. RGB value is (41,68,1). Sum of RGB (Red+Green+Blue) = 41+68+1=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #294401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294401 is #D6BBFE. Grayscale: #343434. Windows color (decimal): -14072831 or 82985. OLE color: 82985.

HSL color Cylindrical-coordinate representation of color #294401: hue angle of 84.18º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #294401 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 1 -
CMYK 0.40 0 0.99 0.73
HSL 84.18º 0.97% 0.14% -
HSV(B) 84.18º 0.99% 0.27% -
XYZ 2.99 4.61 0.76 -
YUV 52.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 41 68 1 0.40 0 0.99 0.73 84.18 0.97 0.14
Hex 29 44 1 28 0 63 49 54 61 E
Octal 51 104 1 50 0 143 111 124 141 16
Binary 101001 1000100 1 101000 0 1100011 1001001 1010100 1100001 1110

Color Harmonies of #294401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294401

Black with #294401

Text Example


Text Example

White with #294401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294401; }

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

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

background-color css

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

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

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

border-color css

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

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

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