Html Css Color HEX #2F391C Turtle Green

📋 copy color: '#2F391C'

red 47 ◦ green 57 ◦ blue 28

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

Shades of Turtle Green #2F391C

Tints of Turtle Green #2F391C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 35.61%
G = 43.18%
B = 21.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#2F391C (or 0x2F391C) is known color: Turtle Green. HEX triplet: 2F, 39 and 1C. RGB value is (47,57,28). Sum of RGB (Red+Green+Blue) = 47+57+28=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #2F391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F391C is #D0C6E3. Grayscale: #323232. Windows color (decimal): -13682404 or 1849647. OLE color: 1849647.

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

Color convert

RGB 47 57 28 -
CMYK 0.18 0 0.51 0.78
HSL 80.69º 0.34% 0.17% -
HSV(B) 80.69º 0.51% 0.22% -
XYZ 2.85 3.61 1.65 -
YUV 50.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 47 57 28 0.18 0 0.51 0.78 80.69 0.34 0.17
Hex 2F 39 1C 12 0 33 4E 51 22 11
Octal 57 71 34 22 0 63 116 121 42 21
Binary 101111 111001 11100 10010 0 110011 1001110 1010001 100010 10001

Color Harmonies of #2F391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F391C

Black with #2F391C

Text Example


Text Example

White with #2F391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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