Html Css Color HEX #294402 Turtle Green

📋 copy color: '#294402'

red 41 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #294402

Tints of Turtle Green #294402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.8%

R = 36.94%
G = 61.26%
B = 1.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#294402 (or 0x294402) is known color: Turtle Green. HEX triplet: 29, 44 and 02. RGB value is (41,68,2). Sum of RGB (Red+Green+Blue) = 41+68+2=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #294402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294402 is #D6BBFD. Grayscale: #343434. Windows color (decimal): -14072830 or 148521. OLE color: 148521.

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

Color convert

RGB 41 68 2 -
CMYK 0.40 0 0.97 0.73
HSL 84.55º 0.94% 0.14% -
HSV(B) 84.55º 0.97% 0.27% -
XYZ 2.99 4.61 0.79 -
YUV 52.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 41 68 2 0.40 0 0.97 0.73 84.55 0.94 0.14
Hex 29 44 2 28 0 61 49 55 5E E
Octal 51 104 2 50 0 141 111 125 136 16
Binary 101001 1000100 10 101000 0 1100001 1001001 1010101 1011110 1110

Color Harmonies of #294402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294402

Black with #294402

Text Example


Text Example

White with #294402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294402; }

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

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

background-color css

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

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

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

border-color css

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

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

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