Html Css Color HEX #2F3915 Turtle Green

📋 copy color: '#2F3915'

red 47 ◦ green 57 ◦ blue 21

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

Shades of Turtle Green #2F3915

Tints of Turtle Green #2F3915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 37.6%
G = 45.6%
B = 16.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#2F3915 (or 0x2F3915) is known color: Turtle Green. HEX triplet: 2F, 39 and 15. RGB value is (47,57,21). Sum of RGB (Red+Green+Blue) = 47+57+21=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3915 is #D0C6EA. Grayscale: #323232. Windows color (decimal): -13682411 or 1390895. OLE color: 1390895.

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

Color convert

RGB 47 57 21 -
CMYK 0.18 0 0.63 0.78
HSL 76.67º 0.46% 0.15% -
HSV(B) 76.67º 0.63% 0.22% -
XYZ 2.77 3.58 1.26 -
YUV 49.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 47 57 21 0.18 0 0.63 0.78 76.67 0.46 0.15
Hex 2F 39 15 12 0 3F 4E 4D 2E F
Octal 57 71 25 22 0 77 116 115 56 17
Binary 101111 111001 10101 10010 0 111111 1001110 1001101 101110 1111

Color Harmonies of #2F3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3915

Black with #2F3915

Text Example


Text Example

White with #2F3915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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