Html Css Color HEX #2F410A Turtle Green

📋 copy color: '#2F410A'

red 47 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #2F410A

Tints of Turtle Green #2F410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.2%

R = 38.52%
G = 53.28%
B = 8.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#2F410A (or 0x2F410A) is known color: Turtle Green. HEX triplet: 2F, 41 and 0A. RGB value is (47,65,10). Sum of RGB (Red+Green+Blue) = 47+65+10=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #2F410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F410A is #D0BEF5. Grayscale: #353535. Windows color (decimal): -13680374 or 672047. OLE color: 672047.

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

Color convert

RGB 47 65 10 -
CMYK 0.28 0 0.85 0.75
HSL 79.64º 0.73% 0.15% -
HSV(B) 79.64º 0.85% 0.25% -
XYZ 3.12 4.41 0.97 -
YUV 53.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 47 65 10 0.28 0 0.85 0.75 79.64 0.73 0.15
Hex 2F 41 A 1C 0 55 4B 50 49 F
Octal 57 101 12 34 0 125 113 120 111 17
Binary 101111 1000001 1010 11100 0 1010101 1001011 1010000 1001001 1111

Color Harmonies of #2F410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F410A

Black with #2F410A

Text Example


Text Example

White with #2F410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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