Html Css Color HEX #2F390C Turtle Green

📋 copy color: '#2F390C'

red 47 ◦ green 57 ◦ blue 12

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

Shades of Turtle Green #2F390C

Tints of Turtle Green #2F390C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 40.52%
G = 49.14%
B = 10.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#2F390C (or 0x2F390C) is known color: Turtle Green. HEX triplet: 2F, 39 and 0C. RGB value is (47,57,12). Sum of RGB (Red+Green+Blue) = 47+57+12=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #2F390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F390C is #D0C6F3. Grayscale: #313131. Windows color (decimal): -13682420 or 801071. OLE color: 801071.

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

Color convert

RGB 47 57 12 -
CMYK 0.18 0 0.79 0.78
HSL 73.33º 0.65% 0.14% -
HSV(B) 73.33º 0.79% 0.22% -
XYZ 2.7 3.56 0.89 -
YUV 48.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 47 57 12 0.18 0 0.79 0.78 73.33 0.65 0.14
Hex 2F 39 C 12 0 4F 4E 49 41 E
Octal 57 71 14 22 0 117 116 111 101 16
Binary 101111 111001 1100 10010 0 1001111 1001110 1001001 1000001 1110

Color Harmonies of #2F390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F390C

Black with #2F390C

Text Example


Text Example

White with #2F390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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