Html Css Color HEX #294C02 Turtle Green

📋 copy color: '#294C02'

red 41 ◦ green 76 ◦ blue 2

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

Shades of Turtle Green #294C02

Tints of Turtle Green #294C02

RGB

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

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

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

R = 34.45%
G = 63.87%
B = 1.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#294C02 (or 0x294C02) is known color: Turtle Green. HEX triplet: 29, 4C and 02. RGB value is (41,76,2). Sum of RGB (Red+Green+Blue) = 41+76+2=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #294C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294C02 is #D6B3FD. Grayscale: #393939. Windows color (decimal): -14070782 or 150569. OLE color: 150569.

HSL color Cylindrical-coordinate representation of color #294C02: hue angle of 88.38º 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 #294C02 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 2 -
CMYK 0.46 0 0.97 0.70
HSL 88.38º 0.95% 0.15% -
HSV(B) 88.38º 0.97% 0.3% -
XYZ 3.51 5.64 0.96 -
YUV 57.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 41 76 2 0.46 0 0.97 0.70 88.38 0.95 0.15
Hex 29 4C 2 2E 0 61 46 58 5F F
Octal 51 114 2 56 0 141 106 130 137 17
Binary 101001 1001100 10 101110 0 1100001 1000110 1011000 1011111 1111

Color Harmonies of #294C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C02

Black with #294C02

Text Example


Text Example

White with #294C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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