Html Css Color HEX #2F3412 Turtle Green

📋 copy color: '#2F3412'

red 47 ◦ green 52 ◦ blue 18

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

Shades of Turtle Green #2F3412

Tints of Turtle Green #2F3412

RGB

 RED value IS 47 (18.75% from 255) = 40.17%

 GREEN value IS 52 (20.7% from 255) = 44.44%

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 40.17%
G = 44.44%
B = 15.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#2F3412 (or 0x2F3412) is known color: Turtle Green. HEX triplet: 2F, 34 and 12. RGB value is (47,52,18). Sum of RGB (Red+Green+Blue) = 47+52+18=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3412 is #D0CBED. Grayscale: #2E2E2E. Windows color (decimal): -13683694 or 1193007. OLE color: 1193007.

HSL color Cylindrical-coordinate representation of color #2F3412: hue angle of 68.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3412 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 52 18 -
CMYK 0.10 0 0.65 0.80
HSL 68.82º 0.49% 0.14% -
HSV(B) 68.82º 0.65% 0.2% -
XYZ 2.51 3.1 1.04 -
YUV 46.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 47 52 18 0.10 0 0.65 0.80 68.82 0.49 0.14
Hex 2F 34 12 A 0 41 50 45 31 E
Octal 57 64 22 12 0 101 120 105 61 16
Binary 101111 110100 10010 1010 0 1000001 1010000 1000101 110001 1110

Color Harmonies of #2F3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3412

Black with #2F3412

Text Example


Text Example

White with #2F3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3412; }

 p { color: rgb(47,52,18); }

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

background-color css

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

 a { background-color: rgb(47,52,18); }

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

border-color css

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

 span { border-color: rgb(47,52,18); }

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