Html Css Color HEX #2F410B Turtle Green

📋 copy color: '#2F410B'

red 47 ◦ green 65 ◦ blue 11

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

Shades of Turtle Green #2F410B

Tints of Turtle Green #2F410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.94%

R = 38.21%
G = 52.85%
B = 8.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#2F410B (or 0x2F410B) is known color: Turtle Green. HEX triplet: 2F, 41 and 0B. RGB value is (47,65,11). Sum of RGB (Red+Green+Blue) = 47+65+11=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #2F410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F410B is #D0BEF4. Grayscale: #353535. Windows color (decimal): -13680373 or 737583. OLE color: 737583.

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

Color convert

RGB 47 65 11 -
CMYK 0.28 0 0.83 0.75
HSL 80º 0.71% 0.15% -
HSV(B) 80º 0.83% 0.25% -
XYZ 3.12 4.41 1 -
YUV 53.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 47 65 11 0.28 0 0.83 0.75 80 0.71 0.15
Hex 2F 41 B 1C 0 53 4B 50 47 F
Octal 57 101 13 34 0 123 113 120 107 17
Binary 101111 1000001 1011 11100 0 1010011 1001011 1010000 1000111 1111

Color Harmonies of #2F410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F410B

Black with #2F410B

Text Example


Text Example

White with #2F410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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