Html Css Color HEX #2F371C Turtle Green

📋 copy color: '#2F371C'

red 47 ◦ green 55 ◦ blue 28

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

Shades of Turtle Green #2F371C

Tints of Turtle Green #2F371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.31%

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

R = 36.15%
G = 42.31%
B = 21.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#2F371C (or 0x2F371C) is known color: Turtle Green. HEX triplet: 2F, 37 and 1C. RGB value is (47,55,28). Sum of RGB (Red+Green+Blue) = 47+55+28=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #2F371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F371C is #D0C8E3. Grayscale: #313131. Windows color (decimal): -13682916 or 1849135. OLE color: 1849135.

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

Color convert

RGB 47 55 28 -
CMYK 0.15 0 0.49 0.78
HSL 77.78º 0.33% 0.16% -
HSV(B) 77.78º 0.49% 0.22% -
XYZ 2.75 3.42 1.61 -
YUV 49.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 47 55 28 0.15 0 0.49 0.78 77.78 0.33 0.16
Hex 2F 37 1C F 0 31 4E 4E 21 10
Octal 57 67 34 17 0 61 116 116 41 20
Binary 101111 110111 11100 1111 0 110001 1001110 1001110 100001 10000

Color Harmonies of #2F371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F371C

Black with #2F371C

Text Example


Text Example

White with #2F371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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