Html Css Color HEX #2F341C Turtle Green

📋 copy color: '#2F341C'

red 47 ◦ green 52 ◦ blue 28

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

Shades of Turtle Green #2F341C

Tints of Turtle Green #2F341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.05%

R = 37.01%
G = 40.94%
B = 22.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#2F341C (or 0x2F341C) is known color: Turtle Green. HEX triplet: 2F, 34 and 1C. RGB value is (47,52,28). Sum of RGB (Red+Green+Blue) = 47+52+28=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #2F341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F341C is #D0CBE3. Grayscale: #2F2F2F. Windows color (decimal): -13683684 or 1848367. OLE color: 1848367.

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

Color convert

RGB 47 52 28 -
CMYK 0.10 0 0.46 0.80
HSL 72.5º 0.3% 0.16% -
HSV(B) 72.5º 0.46% 0.2% -
XYZ 2.61 3.14 1.57 -
YUV 47.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 47 52 28 0.10 0 0.46 0.80 72.5 0.3 0.16
Hex 2F 34 1C A 0 2E 50 48 1E 10
Octal 57 64 34 12 0 56 120 110 36 20
Binary 101111 110100 11100 1010 0 101110 1010000 1001000 11110 10000

Color Harmonies of #2F341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F341C

Black with #2F341C

Text Example


Text Example

White with #2F341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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