Html Css Color HEX #2F4411 Turtle Green

📋 copy color: '#2F4411'

red 47 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #2F4411

Tints of Turtle Green #2F4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.52%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 35.61%
G = 51.52%
B = 12.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#2F4411 (or 0x2F4411) is known color: Turtle Green. HEX triplet: 2F, 44 and 11. RGB value is (47,68,17). Sum of RGB (Red+Green+Blue) = 47+68+17=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4411 is #D0BBEE. Grayscale: #383838. Windows color (decimal): -13679599 or 1131567. OLE color: 1131567.

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

Color convert

RGB 47 68 17 -
CMYK 0.31 0 0.75 0.73
HSL 84.71º 0.6% 0.17% -
HSV(B) 84.71º 0.75% 0.27% -
XYZ 3.34 4.78 1.28 -
YUV 55.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 47 68 17 0.31 0 0.75 0.73 84.71 0.6 0.17
Hex 2F 44 11 1F 0 4B 49 55 3C 11
Octal 57 104 21 37 0 113 111 125 74 21
Binary 101111 1000100 10001 11111 0 1001011 1001001 1010101 111100 10001

Color Harmonies of #2F4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4411

Black with #2F4411

Text Example


Text Example

White with #2F4411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,68,17); }

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

background-color css

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

 a { background-color: rgb(47,68,17); }

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

border-color css

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

 span { border-color: rgb(47,68,17); }

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