Html Css Color HEX #293E0D Turtle Green

📋 copy color: '#293E0D'

red 41 ◦ green 62 ◦ blue 13

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

Shades of Turtle Green #293E0D

Tints of Turtle Green #293E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 53.45%

 BLUE value IS 13 (5.47% from 255) = 11.21%

R = 35.34%
G = 53.45%
B = 11.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#293E0D (or 0x293E0D) is known color: Turtle Green. HEX triplet: 29, 3E and 0D. RGB value is (41,62,13). Sum of RGB (Red+Green+Blue) = 41+62+13=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #293E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E0D is #D6C1F2. Grayscale: #323232. Windows color (decimal): -14074355 or 867881. OLE color: 867881.

HSL color Cylindrical-coordinate representation of color #293E0D: hue angle of 85.71º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293E0D is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 62 13 -
CMYK 0.34 0 0.79 0.76
HSL 85.71º 0.65% 0.15% -
HSV(B) 85.71º 0.79% 0.24% -
XYZ 2.71 3.95 1 -
YUV 50.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 41 62 13 0.34 0 0.79 0.76 85.71 0.65 0.15
Hex 29 3E D 22 0 4F 4C 56 41 F
Octal 51 76 15 42 0 117 114 126 101 17
Binary 101001 111110 1101 100010 0 1001111 1001100 1010110 1000001 1111

Color Harmonies of #293E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E0D

Black with #293E0D

Text Example


Text Example

White with #293E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,62,13); }

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

background-color css

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

 a { background-color: rgb(41,62,13); }

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

border-color css

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

 span { border-color: rgb(41,62,13); }

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