Html Css Color HEX #293005 Turtle Green

📋 copy color: '#293005'

red 41 ◦ green 48 ◦ blue 5

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

Shades of Turtle Green #293005

Tints of Turtle Green #293005

RGB

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

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

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

R = 43.62%
G = 51.06%
B = 5.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#293005 (or 0x293005) is known color: Turtle Green. HEX triplet: 29, 30 and 05. RGB value is (41,48,5). Sum of RGB (Red+Green+Blue) = 41+48+5=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #293005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293005 is #D6CFFA. Grayscale: #292929. Windows color (decimal): -14077947 or 340009. OLE color: 340009.

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

Color convert

RGB 41 48 5 -
CMYK 0.15 0 0.90 0.81
HSL 69.77º 0.81% 0.1% -
HSV(B) 69.77º 0.9% 0.19% -
XYZ 2 2.6 0.54 -
YUV 41.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 41 48 5 0.15 0 0.90 0.81 69.77 0.81 0.1
Hex 29 30 5 F 0 5A 51 46 51 A
Octal 51 60 5 17 0 132 121 106 121 12
Binary 101001 110000 101 1111 0 1011010 1010001 1000110 1010001 1010

Color Harmonies of #293005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293005

Black with #293005

Text Example


Text Example

White with #293005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293005; }

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

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

background-color css

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

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

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

border-color css

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

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

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