Html Css Color HEX #2F3711 Turtle Green

📋 copy color: '#2F3711'

red 47 ◦ green 55 ◦ blue 17

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

Shades of Turtle Green #2F3711

Tints of Turtle Green #2F3711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.29%

R = 39.5%
G = 46.22%
B = 14.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#2F3711 (or 0x2F3711) is known color: Turtle Green. HEX triplet: 2F, 37 and 11. RGB value is (47,55,17). Sum of RGB (Red+Green+Blue) = 47+55+17=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3711 is #D0C8EE. Grayscale: #303030. Windows color (decimal): -13682927 or 1128239. OLE color: 1128239.

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

Color convert

RGB 47 55 17 -
CMYK 0.15 0 0.69 0.78
HSL 72.63º 0.53% 0.14% -
HSV(B) 72.63º 0.69% 0.22% -
XYZ 2.64 3.38 1.04 -
YUV 48.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 47 55 17 0.15 0 0.69 0.78 72.63 0.53 0.14
Hex 2F 37 11 F 0 45 4E 49 35 E
Octal 57 67 21 17 0 105 116 111 65 16
Binary 101111 110111 10001 1111 0 1000101 1001110 1001001 110101 1110

Color Harmonies of #2F3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3711

Black with #2F3711

Text Example


Text Example

White with #2F3711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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