Html Css Color HEX #2F4F0B Turtle Green

📋 copy color: '#2F4F0B'

red 47 ◦ green 79 ◦ blue 11

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

Shades of Turtle Green #2F4F0B

Tints of Turtle Green #2F4F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 57.66%

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

R = 34.31%
G = 57.66%
B = 8.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#2F4F0B (or 0x2F4F0B) is known color: Turtle Green. HEX triplet: 2F, 4F and 0B. RGB value is (47,79,11). Sum of RGB (Red+Green+Blue) = 47+79+11=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4F0B is #D0B0F4. Grayscale: #3D3D3D. Windows color (decimal): -13676789 or 741167. OLE color: 741167.

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

Color convert

RGB 47 79 11 -
CMYK 0.41 0 0.86 0.69
HSL 88.24º 0.76% 0.18% -
HSV(B) 88.24º 0.86% 0.31% -
XYZ 4.03 6.22 1.3 -
YUV 61.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 47 79 11 0.41 0 0.86 0.69 88.24 0.76 0.18
Hex 2F 4F B 29 0 56 45 58 4C 12
Octal 57 117 13 51 0 126 105 130 114 22
Binary 101111 1001111 1011 101001 0 1010110 1000101 1011000 1001100 10010

Color Harmonies of #2F4F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4F0B

Black with #2F4F0B

Text Example


Text Example

White with #2F4F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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