Html Css Color HEX #2F3415 Turtle Green

📋 copy color: '#2F3415'

red 47 ◦ green 52 ◦ blue 21

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

Shades of Turtle Green #2F3415

Tints of Turtle Green #2F3415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 43.33%

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

R = 39.17%
G = 43.33%
B = 17.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#2F3415 (or 0x2F3415) is known color: Turtle Green. HEX triplet: 2F, 34 and 15. RGB value is (47,52,21). Sum of RGB (Red+Green+Blue) = 47+52+21=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3415 is #D0CBEA. Grayscale: #2F2F2F. Windows color (decimal): -13683691 or 1389615. OLE color: 1389615.

HSL color Cylindrical-coordinate representation of color #2F3415: hue angle of 69.68º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F3415 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 52 21 -
CMYK 0.10 0 0.60 0.80
HSL 69.68º 0.42% 0.14% -
HSV(B) 69.68º 0.6% 0.2% -
XYZ 2.54 3.11 1.18 -
YUV 46.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 47 52 21 0.10 0 0.60 0.80 69.68 0.42 0.14
Hex 2F 34 15 A 0 3C 50 46 2A E
Octal 57 64 25 12 0 74 120 106 52 16
Binary 101111 110100 10101 1010 0 111100 1010000 1000110 101010 1110

Color Harmonies of #2F3415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3415

Black with #2F3415

Text Example


Text Example

White with #2F3415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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