Html Css Color HEX #2F3713 Turtle Green

📋 copy color: '#2F3713'

red 47 ◦ green 55 ◦ blue 19

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

Shades of Turtle Green #2F3713

Tints of Turtle Green #2F3713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 38.84%
G = 45.45%
B = 15.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#2F3713 (or 0x2F3713) is known color: Turtle Green. HEX triplet: 2F, 37 and 13. RGB value is (47,55,19). Sum of RGB (Red+Green+Blue) = 47+55+19=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3713 is #D0C8EC. Grayscale: #303030. Windows color (decimal): -13682925 or 1259311. OLE color: 1259311.

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

Color convert

RGB 47 55 19 -
CMYK 0.15 0 0.65 0.78
HSL 73.33º 0.49% 0.15% -
HSV(B) 73.33º 0.65% 0.22% -
XYZ 2.66 3.38 1.13 -
YUV 48.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 47 55 19 0.15 0 0.65 0.78 73.33 0.49 0.15
Hex 2F 37 13 F 0 41 4E 49 31 F
Octal 57 67 23 17 0 101 116 111 61 17
Binary 101111 110111 10011 1111 0 1000001 1001110 1001001 110001 1111

Color Harmonies of #2F3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3713

Black with #2F3713

Text Example


Text Example

White with #2F3713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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