Html Css Color HEX #2F3914 Turtle Green

📋 copy color: '#2F3914'

red 47 ◦ green 57 ◦ blue 20

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

Shades of Turtle Green #2F3914

Tints of Turtle Green #2F3914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 37.9%
G = 45.97%
B = 16.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#2F3914 (or 0x2F3914) is known color: Turtle Green. HEX triplet: 2F, 39 and 14. RGB value is (47,57,20). Sum of RGB (Red+Green+Blue) = 47+57+20=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3914 is #D0C6EB. Grayscale: #313131. Windows color (decimal): -13682412 or 1325359. OLE color: 1325359.

HSL color Cylindrical-coordinate representation of color #2F3914: hue angle of 76.22º degrees, saturation: 0.48, 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 #2F3914 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 57 20 -
CMYK 0.18 0 0.65 0.78
HSL 76.22º 0.48% 0.15% -
HSV(B) 76.22º 0.65% 0.22% -
XYZ 2.76 3.58 1.21 -
YUV 49.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 47 57 20 0.18 0 0.65 0.78 76.22 0.48 0.15
Hex 2F 39 14 12 0 41 4E 4C 30 F
Octal 57 71 24 22 0 101 116 114 60 17
Binary 101111 111001 10100 10010 0 1000001 1001110 1001100 110000 1111

Color Harmonies of #2F3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3914

Black with #2F3914

Text Example


Text Example

White with #2F3914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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