Html Css Color HEX #293D05 Turtle Green

📋 copy color: '#293D05'

red 41 ◦ green 61 ◦ blue 5

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

Shades of Turtle Green #293D05

Tints of Turtle Green #293D05

RGB

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

 GREEN value IS 61 (24.22% from 255) = 57.01%

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

R = 38.32%
G = 57.01%
B = 4.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.76

RGB Variations

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

Color information

#293D05 (or 0x293D05) is known color: Turtle Green. HEX triplet: 29, 3D and 05. RGB value is (41,61,5). Sum of RGB (Red+Green+Blue) = 41+61+5=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 61 (24.22% from 255 or 57.01% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 61 - color contains mainly: green. Hex color #293D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293D05 is #D6C2FA. Grayscale: #303030. Windows color (decimal): -14074619 or 343337. OLE color: 343337.

HSL color Cylindrical-coordinate representation of color #293D05: hue angle of 81.43º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #293D05 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 61 5 -
CMYK 0.33 0 0.92 0.76
HSL 81.43º 0.85% 0.13% -
HSV(B) 81.43º 0.92% 0.24% -
XYZ 2.61 3.82 0.74 -
YUV 48.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 41 61 5 0.33 0 0.92 0.76 81.43 0.85 0.13
Hex 29 3D 5 21 0 5C 4C 51 55 D
Octal 51 75 5 41 0 134 114 121 125 15
Binary 101001 111101 101 100001 0 1011100 1001100 1010001 1010101 1101

Color Harmonies of #293D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D05

Black with #293D05

Text Example


Text Example

White with #293D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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