Html Css Color HEX #293B0D Turtle Green

📋 copy color: '#293B0D'

red 41 ◦ green 59 ◦ blue 13

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

Shades of Turtle Green #293B0D

Tints of Turtle Green #293B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 52.21%

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

R = 36.28%
G = 52.21%
B = 11.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#293B0D (or 0x293B0D) is known color: Turtle Green. HEX triplet: 29, 3B and 0D. RGB value is (41,59,13). Sum of RGB (Red+Green+Blue) = 41+59+13=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #293B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293B0D is #D6C4F2. Grayscale: #303030. Windows color (decimal): -14075123 or 867113. OLE color: 867113.

HSL color Cylindrical-coordinate representation of color #293B0D: hue angle of 83.48º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293B0D is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 59 13 -
CMYK 0.31 0 0.78 0.77
HSL 83.48º 0.64% 0.14% -
HSV(B) 83.48º 0.78% 0.23% -
XYZ 2.55 3.63 0.95 -
YUV 48.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 41 59 13 0.31 0 0.78 0.77 83.48 0.64 0.14
Hex 29 3B D 1F 0 4E 4D 53 40 E
Octal 51 73 15 37 0 116 115 123 100 16
Binary 101001 111011 1101 11111 0 1001110 1001101 1010011 1000000 1110

Color Harmonies of #293B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B0D

Black with #293B0D

Text Example


Text Example

White with #293B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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