Html Css Color HEX #2F3712 Turtle Green

📋 copy color: '#2F3712'

red 47 ◦ green 55 ◦ blue 18

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

Shades of Turtle Green #2F3712

Tints of Turtle Green #2F3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.83%

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

R = 39.17%
G = 45.83%
B = 15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#2F3712 (or 0x2F3712) is known color: Turtle Green. HEX triplet: 2F, 37 and 12. RGB value is (47,55,18). Sum of RGB (Red+Green+Blue) = 47+55+18=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3712 is #D0C8ED. Grayscale: #303030. Windows color (decimal): -13682926 or 1193775. OLE color: 1193775.

HSL color Cylindrical-coordinate representation of color #2F3712: hue angle of 72.97º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F3712 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 55 18 -
CMYK 0.15 0 0.67 0.78
HSL 72.97º 0.51% 0.14% -
HSV(B) 72.97º 0.67% 0.22% -
XYZ 2.65 3.38 1.09 -
YUV 48.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 47 55 18 0.15 0 0.67 0.78 72.97 0.51 0.14
Hex 2F 37 12 F 0 43 4E 49 33 E
Octal 57 67 22 17 0 103 116 111 63 16
Binary 101111 110111 10010 1111 0 1000011 1001110 1001001 110011 1110

Color Harmonies of #2F3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3712

Black with #2F3712

Text Example


Text Example

White with #2F3712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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