Html Css Color HEX #293800 Turtle Green

📋 copy color: '#293800'

red 41 ◦ green 56 ◦ blue 0

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

Shades of Turtle Green #293800

Tints of Turtle Green #293800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 57.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.27%
G = 57.73%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#293800 (or 0x293800) is known color: Turtle Green. HEX triplet: 29, 38 and 00. RGB value is (41,56,0). Sum of RGB (Red+Green+Blue) = 41+56+0=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #293800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293800 is #D6C7FF. Grayscale: #2D2D2D. Windows color (decimal): -14075904 or 14377. OLE color: 14377.

HSL color Cylindrical-coordinate representation of color #293800: hue angle of 76.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #293800 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 56 0 -
CMYK 0.27 0 1 0.78
HSL 76.07º 1% 0.11% -
HSV(B) 76.07º 1% 0.22% -
XYZ 2.33 3.3 0.51 -
YUV 45.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 41 56 0 0.27 0 1 0.78 76.07 1 0.11
Hex 29 38 0 1B 0 64 4E 4C 64 B
Octal 51 70 0 33 0 144 116 114 144 13
Binary 101001 111000 0 11011 0 1100100 1001110 1001100 1100100 1011

Color Harmonies of #293800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293800

Black with #293800

Text Example


Text Example

White with #293800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293800; }

 p { color: rgb(41,56,0); }

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

background-color css

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

 a { background-color: rgb(41,56,0); }

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

border-color css

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

 span { border-color: rgb(41,56,0); }

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