Html Css Color HEX #293004 Turtle Green

📋 copy color: '#293004'

red 41 ◦ green 48 ◦ blue 4

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

Shades of Turtle Green #293004

Tints of Turtle Green #293004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.61%

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

R = 44.09%
G = 51.61%
B = 4.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#293004 (or 0x293004) is known color: Turtle Green. HEX triplet: 29, 30 and 04. RGB value is (41,48,4). Sum of RGB (Red+Green+Blue) = 41+48+4=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #293004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293004 is #D6CFFB. Grayscale: #292929. Windows color (decimal): -14077948 or 274473. OLE color: 274473.

HSL color Cylindrical-coordinate representation of color #293004: hue angle of 69.55º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #293004 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 4 -
CMYK 0.15 0 0.92 0.81
HSL 69.55º 0.85% 0.1% -
HSV(B) 69.55º 0.92% 0.19% -
XYZ 1.99 2.59 0.51 -
YUV 40.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 41 48 4 0.15 0 0.92 0.81 69.55 0.85 0.1
Hex 29 30 4 F 0 5C 51 46 55 A
Octal 51 60 4 17 0 134 121 106 125 12
Binary 101001 110000 100 1111 0 1011100 1010001 1000110 1010101 1010

Color Harmonies of #293004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293004

Black with #293004

Text Example


Text Example

White with #293004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293004; }

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

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

background-color css

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

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

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

border-color css

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

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

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