Html Css Color HEX #2F340E Turtle Green

📋 copy color: '#2F340E'

red 47 ◦ green 52 ◦ blue 14

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

Shades of Turtle Green #2F340E

Tints of Turtle Green #2F340E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.39%

R = 41.59%
G = 46.02%
B = 12.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#2F340E (or 0x2F340E) is known color: Turtle Green. HEX triplet: 2F, 34 and 0E. RGB value is (47,52,14). Sum of RGB (Red+Green+Blue) = 47+52+14=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #2F340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F340E is #D0CBF1. Grayscale: #2E2E2E. Windows color (decimal): -13683698 or 930863. OLE color: 930863.

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

Color convert

RGB 47 52 14 -
CMYK 0.10 0 0.73 0.80
HSL 67.89º 0.58% 0.13% -
HSV(B) 67.89º 0.73% 0.2% -
XYZ 2.48 3.09 0.88 -
YUV 46.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 47 52 14 0.10 0 0.73 0.80 67.89 0.58 0.13
Hex 2F 34 E A 0 49 50 44 3A D
Octal 57 64 16 12 0 111 120 104 72 15
Binary 101111 110100 1110 1010 0 1001001 1010000 1000100 111010 1101

Color Harmonies of #2F340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F340E

Black with #2F340E

Text Example


Text Example

White with #2F340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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