Html Css Color HEX #2F400E Turtle Green

📋 copy color: '#2F400E'

red 47 ◦ green 64 ◦ blue 14

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

Shades of Turtle Green #2F400E

Tints of Turtle Green #2F400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

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

R = 37.6%
G = 51.2%
B = 11.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#2F400E (or 0x2F400E) is known color: Turtle Green. HEX triplet: 2F, 40 and 0E. RGB value is (47,64,14). Sum of RGB (Red+Green+Blue) = 47+64+14=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #2F400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F400E is #D0BFF1. Grayscale: #353535. Windows color (decimal): -13680626 or 933935. OLE color: 933935.

HSL color Cylindrical-coordinate representation of color #2F400E: hue angle of 80.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F400E is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 64 14 -
CMYK 0.27 0 0.78 0.75
HSL 80.4º 0.64% 0.15% -
HSV(B) 80.4º 0.78% 0.25% -
XYZ 3.08 4.3 1.08 -
YUV 53.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 47 64 14 0.27 0 0.78 0.75 80.4 0.64 0.15
Hex 2F 40 E 1B 0 4E 4B 50 40 F
Octal 57 100 16 33 0 116 113 120 100 17
Binary 101111 1000000 1110 11011 0 1001110 1001011 1010000 1000000 1111

Color Harmonies of #2F400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F400E

Black with #2F400E

Text Example


Text Example

White with #2F400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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