Html Css Color HEX #2F4700 Turtle Green

📋 copy color: '#2F4700'

red 47 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #2F4700

Tints of Turtle Green #2F4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 60.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.83%
G = 60.17%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#2F4700 (or 0x2F4700) is known color: Turtle Green. HEX triplet: 2F, 47 and 00. RGB value is (47,71,0). Sum of RGB (Red+Green+Blue) = 47+71+0=118 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.83% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4700 is #D0B8FF. Grayscale: #373737. Windows color (decimal): -13678848 or 18223. OLE color: 18223.

HSL color Cylindrical-coordinate representation of color #2F4700: hue angle of 80.28º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F4700 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 71 0 -
CMYK 0.34 0 1 0.72
HSL 80.28º 1% 0.14% -
HSV(B) 80.28º 1% 0.28% -
XYZ 3.43 5.11 0.81 -
YUV 55.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 47 71 0 0.34 0 1 0.72 80.28 1 0.14
Hex 2F 47 0 22 0 64 48 50 64 E
Octal 57 107 0 42 0 144 110 120 144 16
Binary 101111 1000111 0 100010 0 1100100 1001000 1010000 1100100 1110

Color Harmonies of #2F4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4700

Black with #2F4700

Text Example


Text Example

White with #2F4700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,71,0); }

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

background-color css

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

 a { background-color: rgb(47,71,0); }

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

border-color css

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

 span { border-color: rgb(47,71,0); }

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