Html Css Color HEX #294C01 Turtle Green

📋 copy color: '#294C01'

red 41 ◦ green 76 ◦ blue 1

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

Shades of Turtle Green #294C01

Tints of Turtle Green #294C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 64.41%

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

R = 34.75%
G = 64.41%
B = 0.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#294C01 (or 0x294C01) is known color: Turtle Green. HEX triplet: 29, 4C and 01. RGB value is (41,76,1). Sum of RGB (Red+Green+Blue) = 41+76+1=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #294C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294C01 is #D6B3FE. Grayscale: #393939. Windows color (decimal): -14070783 or 85033. OLE color: 85033.

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

Color convert

RGB 41 76 1 -
CMYK 0.46 0 0.99 0.70
HSL 88º 0.97% 0.15% -
HSV(B) 88º 0.99% 0.3% -
XYZ 3.5 5.64 0.93 -
YUV 56.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 41 76 1 0.46 0 0.99 0.70 88 0.97 0.15
Hex 29 4C 1 2E 0 63 46 58 61 F
Octal 51 114 1 56 0 143 106 130 141 17
Binary 101001 1001100 1 101110 0 1100011 1000110 1011000 1100001 1111

Color Harmonies of #294C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C01

Black with #294C01

Text Example


Text Example

White with #294C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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