Html Css Color HEX #2F4118 Turtle Green

📋 copy color: '#2F4118'

red 47 ◦ green 65 ◦ blue 24

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

Shades of Turtle Green #2F4118

Tints of Turtle Green #2F4118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 34.56%
G = 47.79%
B = 17.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#2F4118 (or 0x2F4118) is known color: Turtle Green. HEX triplet: 2F, 41 and 18. RGB value is (47,65,24). Sum of RGB (Red+Green+Blue) = 47+65+24=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4118 is #D0BEE7. Grayscale: #373737. Windows color (decimal): -13680360 or 1589551. OLE color: 1589551.

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

Color convert

RGB 47 65 24 -
CMYK 0.28 0 0.63 0.75
HSL 86.34º 0.46% 0.17% -
HSV(B) 86.34º 0.63% 0.25% -
XYZ 3.23 4.45 1.55 -
YUV 54.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 47 65 24 0.28 0 0.63 0.75 86.34 0.46 0.17
Hex 2F 41 18 1C 0 3F 4B 56 2E 11
Octal 57 101 30 34 0 77 113 126 56 21
Binary 101111 1000001 11000 11100 0 111111 1001011 1010110 101110 10001

Color Harmonies of #2F4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4118

Black with #2F4118

Text Example


Text Example

White with #2F4118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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