Html Css Color HEX #2F3913 Turtle Green

📋 copy color: '#2F3913'

red 47 ◦ green 57 ◦ blue 19

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

Shades of Turtle Green #2F3913

Tints of Turtle Green #2F3913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 46.34%

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

R = 38.21%
G = 46.34%
B = 15.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#2F3913 (or 0x2F3913) is known color: Turtle Green. HEX triplet: 2F, 39 and 13. RGB value is (47,57,19). Sum of RGB (Red+Green+Blue) = 47+57+19=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3913 is #D0C6EC. Grayscale: #313131. Windows color (decimal): -13682413 or 1259823. OLE color: 1259823.

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

Color convert

RGB 47 57 19 -
CMYK 0.18 0 0.67 0.78
HSL 75.79º 0.5% 0.15% -
HSV(B) 75.79º 0.67% 0.22% -
XYZ 2.75 3.58 1.16 -
YUV 49.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 47 57 19 0.18 0 0.67 0.78 75.79 0.5 0.15
Hex 2F 39 13 12 0 43 4E 4C 32 F
Octal 57 71 23 22 0 103 116 114 62 17
Binary 101111 111001 10011 10010 0 1000011 1001110 1001100 110010 1111

Color Harmonies of #2F3913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3913

Black with #2F3913

Text Example


Text Example

White with #2F3913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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