Html Css Color HEX #294B04 Turtle Green

📋 copy color: '#294B04'

red 41 ◦ green 75 ◦ blue 4

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

Shades of Turtle Green #294B04

Tints of Turtle Green #294B04

RGB

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

 GREEN value IS 75 (29.69% from 255) = 62.5%

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 34.17%
G = 62.5%
B = 3.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#294B04 (or 0x294B04) is known color: Turtle Green. HEX triplet: 29, 4B and 04. RGB value is (41,75,4). Sum of RGB (Red+Green+Blue) = 41+75+4=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #294B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294B04 is #D6B4FB. Grayscale: #383838. Windows color (decimal): -14071036 or 281385. OLE color: 281385.

HSL color Cylindrical-coordinate representation of color #294B04: hue angle of 88.73º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #294B04 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 75 4 -
CMYK 0.45 0 0.95 0.71
HSL 88.73º 0.9% 0.15% -
HSV(B) 88.73º 0.95% 0.29% -
XYZ 3.45 5.51 1 -
YUV 56.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 41 75 4 0.45 0 0.95 0.71 88.73 0.9 0.15
Hex 29 4B 4 2D 0 5F 47 59 5A F
Octal 51 113 4 55 0 137 107 131 132 17
Binary 101001 1001011 100 101101 0 1011111 1000111 1011001 1011010 1111

Color Harmonies of #294B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B04

Black with #294B04

Text Example


Text Example

White with #294B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,4); }

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

background-color css

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

 a { background-color: rgb(41,75,4); }

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

border-color css

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

 span { border-color: rgb(41,75,4); }

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