Html Css Color HEX #293F0C Turtle Green

📋 copy color: '#293F0C'

red 41 ◦ green 63 ◦ blue 12

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

Shades of Turtle Green #293F0C

Tints of Turtle Green #293F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 54.31%

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 35.34%
G = 54.31%
B = 10.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#293F0C (or 0x293F0C) is known color: Turtle Green. HEX triplet: 29, 3F and 0C. RGB value is (41,63,12). Sum of RGB (Red+Green+Blue) = 41+63+12=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #293F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F0C is #D6C0F3. Grayscale: #323232. Windows color (decimal): -14074100 or 802601. OLE color: 802601.

HSL color Cylindrical-coordinate representation of color #293F0C: hue angle of 85.88º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293F0C is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 63 12 -
CMYK 0.35 0 0.81 0.75
HSL 85.88º 0.68% 0.15% -
HSV(B) 85.88º 0.81% 0.25% -
XYZ 2.76 4.05 0.98 -
YUV 50.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 41 63 12 0.35 0 0.81 0.75 85.88 0.68 0.15
Hex 29 3F C 23 0 51 4B 56 44 F
Octal 51 77 14 43 0 121 113 126 104 17
Binary 101001 111111 1100 100011 0 1010001 1001011 1010110 1000100 1111

Color Harmonies of #293F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F0C

Black with #293F0C

Text Example


Text Example

White with #293F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,63,12); }

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

background-color css

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

 a { background-color: rgb(41,63,12); }

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

border-color css

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

 span { border-color: rgb(41,63,12); }

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