Html Css Color HEX #2F410F Turtle Green

📋 copy color: '#2F410F'

red 47 ◦ green 65 ◦ blue 15

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

Shades of Turtle Green #2F410F

Tints of Turtle Green #2F410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.18%

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 37.01%
G = 51.18%
B = 11.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#2F410F (or 0x2F410F) is known color: Turtle Green. HEX triplet: 2F, 41 and 0F. RGB value is (47,65,15). Sum of RGB (Red+Green+Blue) = 47+65+15=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #2F410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F410F is #D0BEF0. Grayscale: #363636. Windows color (decimal): -13680369 or 999727. OLE color: 999727.

HSL color Cylindrical-coordinate representation of color #2F410F: hue angle of 81.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F410F is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 65 15 -
CMYK 0.28 0 0.77 0.75
HSL 81.6º 0.63% 0.16% -
HSV(B) 81.6º 0.77% 0.25% -
XYZ 3.15 4.42 1.14 -
YUV 53.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 47 65 15 0.28 0 0.77 0.75 81.6 0.63 0.16
Hex 2F 41 F 1C 0 4D 4B 52 3E 10
Octal 57 101 17 34 0 115 113 122 76 20
Binary 101111 1000001 1111 11100 0 1001101 1001011 1010010 111110 10000

Color Harmonies of #2F410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F410F

Black with #2F410F

Text Example


Text Example

White with #2F410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,65,15); }

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

background-color css

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

 a { background-color: rgb(47,65,15); }

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

border-color css

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

 span { border-color: rgb(47,65,15); }

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