Html Css Color HEX #2F410C Turtle Green

📋 copy color: '#2F410C'

red 47 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #2F410C

Tints of Turtle Green #2F410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 37.9%
G = 52.42%
B = 9.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#2F410C (or 0x2F410C) is known color: Turtle Green. HEX triplet: 2F, 41 and 0C. RGB value is (47,65,12). Sum of RGB (Red+Green+Blue) = 47+65+12=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #2F410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F410C is #D0BEF3. Grayscale: #353535. Windows color (decimal): -13680372 or 803119. OLE color: 803119.

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

Color convert

RGB 47 65 12 -
CMYK 0.28 0 0.82 0.75
HSL 80.38º 0.69% 0.15% -
HSV(B) 80.38º 0.82% 0.25% -
XYZ 3.13 4.41 1.03 -
YUV 53.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 47 65 12 0.28 0 0.82 0.75 80.38 0.69 0.15
Hex 2F 41 C 1C 0 52 4B 50 45 F
Octal 57 101 14 34 0 122 113 120 105 17
Binary 101111 1000001 1100 11100 0 1010010 1001011 1010000 1000101 1111

Color Harmonies of #2F410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F410C

Black with #2F410C

Text Example


Text Example

White with #2F410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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