Html Css Color HEX #2F510B Turtle Green

📋 copy color: '#2F510B'

red 47 ◦ green 81 ◦ blue 11

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

Shades of Turtle Green #2F510B

Tints of Turtle Green #2F510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 58.27%

 BLUE value IS 11 (4.69% from 255) = 7.91%

R = 33.81%
G = 58.27%
B = 7.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#2F510B (or 0x2F510B) is known color: Turtle Green. HEX triplet: 2F, 51 and 0B. RGB value is (47,81,11). Sum of RGB (Red+Green+Blue) = 47+81+11=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #2F510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F510B is #D0AEF4. Grayscale: #3F3F3F. Windows color (decimal): -13676277 or 741679. OLE color: 741679.

HSL color Cylindrical-coordinate representation of color #2F510B: hue angle of 89.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F510B is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 81 11 -
CMYK 0.42 0 0.86 0.68
HSL 89.14º 0.76% 0.18% -
HSV(B) 89.14º 0.86% 0.32% -
XYZ 4.18 6.51 1.35 -
YUV 62.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 47 81 11 0.42 0 0.86 0.68 89.14 0.76 0.18
Hex 2F 51 B 2A 0 56 44 59 4C 12
Octal 57 121 13 52 0 126 104 131 114 22
Binary 101111 1010001 1011 101010 0 1010110 1000100 1011001 1001100 10010

Color Harmonies of #2F510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F510B

Black with #2F510B

Text Example


Text Example

White with #2F510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,11); }

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

background-color css

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

 a { background-color: rgb(47,81,11); }

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

border-color css

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

 span { border-color: rgb(47,81,11); }

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