Html Css Color HEX #2F3918 Turtle Green

📋 copy color: '#2F3918'

red 47 ◦ green 57 ◦ blue 24

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

Shades of Turtle Green #2F3918

Tints of Turtle Green #2F3918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.53%

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

R = 36.72%
G = 44.53%
B = 18.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#2F3918 (or 0x2F3918) is known color: Turtle Green. HEX triplet: 2F, 39 and 18. RGB value is (47,57,24). Sum of RGB (Red+Green+Blue) = 47+57+24=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3918 is #D0C6E7. Grayscale: #323232. Windows color (decimal): -13682408 or 1587503. OLE color: 1587503.

HSL color Cylindrical-coordinate representation of color #2F3918: hue angle of 78.18º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F3918 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 57 24 -
CMYK 0.18 0 0.58 0.78
HSL 78.18º 0.41% 0.16% -
HSV(B) 78.18º 0.58% 0.22% -
XYZ 2.8 3.6 1.41 -
YUV 50.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 47 57 24 0.18 0 0.58 0.78 78.18 0.41 0.16
Hex 2F 39 18 12 0 3A 4E 4E 29 10
Octal 57 71 30 22 0 72 116 116 51 20
Binary 101111 111001 11000 10010 0 111010 1001110 1001110 101001 10000

Color Harmonies of #2F3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3918

Black with #2F3918

Text Example


Text Example

White with #2F3918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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