Html Css Color HEX #2F4000 Turtle Green

📋 copy color: '#2F4000'

red 47 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #2F4000

Tints of Turtle Green #2F4000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 57.66%

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

R = 42.34%
G = 57.66%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#2F4000 (or 0x2F4000) is known color: Turtle Green. HEX triplet: 2F, 40 and 00. RGB value is (47,64,0). Sum of RGB (Red+Green+Blue) = 47+64+0=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4000 is #D0BFFF. Grayscale: #333333. Windows color (decimal): -13680640 or 16431. OLE color: 16431.

HSL color Cylindrical-coordinate representation of color #2F4000: hue angle of 75.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F4000 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 64 0 -
CMYK 0.27 0 1 0.75
HSL 75.94º 1% 0.13% -
HSV(B) 75.94º 1% 0.25% -
XYZ 3.01 4.27 0.67 -
YUV 51.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 47 64 0 0.27 0 1 0.75 75.94 1 0.13
Hex 2F 40 0 1B 0 64 4B 4C 64 D
Octal 57 100 0 33 0 144 113 114 144 15
Binary 101111 1000000 0 11011 0 1100100 1001011 1001100 1100100 1101

Color Harmonies of #2F4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4000

Black with #2F4000

Text Example


Text Example

White with #2F4000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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