Html Css Color HEX #2F370D Turtle Green

📋 copy color: '#2F370D'

red 47 ◦ green 55 ◦ blue 13

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

Shades of Turtle Green #2F370D

Tints of Turtle Green #2F370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.3%

R = 40.87%
G = 47.83%
B = 11.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#2F370D (or 0x2F370D) is known color: Turtle Green. HEX triplet: 2F, 37 and 0D. RGB value is (47,55,13). Sum of RGB (Red+Green+Blue) = 47+55+13=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #2F370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F370D is #D0C8F2. Grayscale: #2F2F2F. Windows color (decimal): -13682931 or 866095. OLE color: 866095.

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

Color convert

RGB 47 55 13 -
CMYK 0.15 0 0.76 0.78
HSL 71.43º 0.62% 0.13% -
HSV(B) 71.43º 0.76% 0.22% -
XYZ 2.61 3.37 0.89 -
YUV 47.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 47 55 13 0.15 0 0.76 0.78 71.43 0.62 0.13
Hex 2F 37 D F 0 4C 4E 47 3E D
Octal 57 67 15 17 0 114 116 107 76 15
Binary 101111 110111 1101 1111 0 1001100 1001110 1000111 111110 1101

Color Harmonies of #2F370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F370D

Black with #2F370D

Text Example


Text Example

White with #2F370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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