Html Css Color HEX #2F4019 Turtle Green

📋 copy color: '#2F4019'

red 47 ◦ green 64 ◦ blue 25

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

Shades of Turtle Green #2F4019

Tints of Turtle Green #2F4019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 34.56%
G = 47.06%
B = 18.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#2F4019 (or 0x2F4019) is known color: Turtle Green. HEX triplet: 2F, 40 and 19. RGB value is (47,64,25). Sum of RGB (Red+Green+Blue) = 47+64+25=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4019 is #D0BFE6. Grayscale: #363636. Windows color (decimal): -13680615 or 1654831. OLE color: 1654831.

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

Color convert

RGB 47 64 25 -
CMYK 0.27 0 0.61 0.75
HSL 86.15º 0.44% 0.17% -
HSV(B) 86.15º 0.61% 0.25% -
XYZ 3.18 4.34 1.59 -
YUV 54.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 47 64 25 0.27 0 0.61 0.75 86.15 0.44 0.17
Hex 2F 40 19 1B 0 3D 4B 56 2C 11
Octal 57 100 31 33 0 75 113 126 54 21
Binary 101111 1000000 11001 11011 0 111101 1001011 1010110 101100 10001

Color Harmonies of #2F4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4019

Black with #2F4019

Text Example


Text Example

White with #2F4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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