Html Css Color HEX #294702 Turtle Green

📋 copy color: '#294702'

red 41 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #294702

Tints of Turtle Green #294702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 62.28%

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

R = 35.96%
G = 62.28%
B = 1.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#294702 (or 0x294702) is known color: Turtle Green. HEX triplet: 29, 47 and 02. RGB value is (41,71,2). Sum of RGB (Red+Green+Blue) = 41+71+2=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #294702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294702 is #D6B8FD. Grayscale: #363636. Windows color (decimal): -14072062 or 149289. OLE color: 149289.

HSL color Cylindrical-coordinate representation of color #294702: hue angle of 86.09º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #294702 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 71 2 -
CMYK 0.42 0 0.97 0.72
HSL 86.09º 0.95% 0.14% -
HSV(B) 86.09º 0.97% 0.28% -
XYZ 3.18 4.98 0.85 -
YUV 54.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 41 71 2 0.42 0 0.97 0.72 86.09 0.95 0.14
Hex 29 47 2 2A 0 61 48 56 5F E
Octal 51 107 2 52 0 141 110 126 137 16
Binary 101001 1000111 10 101010 0 1100001 1001000 1010110 1011111 1110

Color Harmonies of #294702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294702

Black with #294702

Text Example


Text Example

White with #294702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294702; }

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

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

background-color css

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

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

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

border-color css

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

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

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