Html Css Color HEX #294B05 Turtle Green

📋 copy color: '#294B05'

red 41 ◦ green 75 ◦ blue 5

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

Shades of Turtle Green #294B05

Tints of Turtle Green #294B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.13%

R = 33.88%
G = 61.98%
B = 4.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#294B05 (or 0x294B05) is known color: Turtle Green. HEX triplet: 29, 4B and 05. RGB value is (41,75,5). Sum of RGB (Red+Green+Blue) = 41+75+5=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #294B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294B05 is #D6B4FA. Grayscale: #393939. Windows color (decimal): -14071035 or 346921. OLE color: 346921.

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

Color convert

RGB 41 75 5 -
CMYK 0.45 0 0.93 0.71
HSL 89.14º 0.88% 0.16% -
HSV(B) 89.14º 0.93% 0.29% -
XYZ 3.46 5.51 1.03 -
YUV 56.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 41 75 5 0.45 0 0.93 0.71 89.14 0.88 0.16
Hex 29 4B 5 2D 0 5D 47 59 58 10
Octal 51 113 5 55 0 135 107 131 130 20
Binary 101001 1001011 101 101101 0 1011101 1000111 1011001 1011000 10000

Color Harmonies of #294B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B05

Black with #294B05

Text Example


Text Example

White with #294B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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