Html Css Color HEX #294F02 Turtle Green

📋 copy color: '#294F02'

red 41 ◦ green 79 ◦ blue 2

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

Shades of Turtle Green #294F02

Tints of Turtle Green #294F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 64.75%

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

R = 33.61%
G = 64.75%
B = 1.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#294F02 (or 0x294F02) is known color: Turtle Green. HEX triplet: 29, 4F and 02. RGB value is (41,79,2). Sum of RGB (Red+Green+Blue) = 41+79+2=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 79 (31.25% from 255 or 64.75% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 79 - color contains mainly: green. Hex color #294F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F02 is #D6B0FD. Grayscale: #3B3B3B. Windows color (decimal): -14070014 or 151337. OLE color: 151337.

HSL color Cylindrical-coordinate representation of color #294F02: hue angle of 89.61º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #294F02 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 79 2 -
CMYK 0.48 0 0.97 0.69
HSL 89.61º 0.95% 0.16% -
HSV(B) 89.61º 0.97% 0.31% -
XYZ 3.72 6.07 1.03 -
YUV 58.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 41 79 2 0.48 0 0.97 0.69 89.61 0.95 0.16
Hex 29 4F 2 30 0 61 45 5A 5F 10
Octal 51 117 2 60 0 141 105 132 137 20
Binary 101001 1001111 10 110000 0 1100001 1000101 1011010 1011111 10000

Color Harmonies of #294F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F02

Black with #294F02

Text Example


Text Example

White with #294F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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