Html Css Color HEX #2F3419 Turtle Green

📋 copy color: '#2F3419'

red 47 ◦ green 52 ◦ blue 25

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

Shades of Turtle Green #2F3419

Tints of Turtle Green #2F3419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 37.9%
G = 41.94%
B = 20.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#2F3419 (or 0x2F3419) is known color: Turtle Green. HEX triplet: 2F, 34 and 19. RGB value is (47,52,25). Sum of RGB (Red+Green+Blue) = 47+52+25=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3419 is #D0CBE6. Grayscale: #2F2F2F. Windows color (decimal): -13683687 or 1651759. OLE color: 1651759.

HSL color Cylindrical-coordinate representation of color #2F3419: hue angle of 71.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F3419 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 52 25 -
CMYK 0.10 0 0.52 0.80
HSL 71.11º 0.35% 0.15% -
HSV(B) 71.11º 0.52% 0.2% -
XYZ 2.58 3.13 1.39 -
YUV 47.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 47 52 25 0.10 0 0.52 0.80 71.11 0.35 0.15
Hex 2F 34 19 A 0 34 50 47 23 F
Octal 57 64 31 12 0 64 120 107 43 17
Binary 101111 110100 11001 1010 0 110100 1010000 1000111 100011 1111

Color Harmonies of #2F3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3419

Black with #2F3419

Text Example


Text Example

White with #2F3419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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