Html Css Color HEX #294D02 Turtle Green

📋 copy color: '#294D02'

red 41 ◦ green 77 ◦ blue 2

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

Shades of Turtle Green #294D02

Tints of Turtle Green #294D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 64.17%

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

R = 34.17%
G = 64.17%
B = 1.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#294D02 (or 0x294D02) is known color: Turtle Green. HEX triplet: 29, 4D and 02. RGB value is (41,77,2). Sum of RGB (Red+Green+Blue) = 41+77+2=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 77 (30.47% from 255 or 64.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 77 - color contains mainly: green. Hex color #294D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294D02 is #D6B2FD. Grayscale: #393939. Windows color (decimal): -14070526 or 150825. OLE color: 150825.

HSL color Cylindrical-coordinate representation of color #294D02: hue angle of 88.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #294D02 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 77 2 -
CMYK 0.47 0 0.97 0.70
HSL 88.8º 0.95% 0.15% -
HSV(B) 88.8º 0.97% 0.3% -
XYZ 3.58 5.78 0.99 -
YUV 57.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 41 77 2 0.47 0 0.97 0.70 88.8 0.95 0.15
Hex 29 4D 2 2F 0 61 46 59 5F F
Octal 51 115 2 57 0 141 106 131 137 17
Binary 101001 1001101 10 101111 0 1100001 1000110 1011001 1011111 1111

Color Harmonies of #294D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D02

Black with #294D02

Text Example


Text Example

White with #294D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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