Html Css Color HEX #2F371E Turtle Green

📋 copy color: '#2F371E'

red 47 ◦ green 55 ◦ blue 30

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

Shades of Turtle Green #2F371E

Tints of Turtle Green #2F371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.73%

R = 35.61%
G = 41.67%
B = 22.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#2F371E (or 0x2F371E) is known color: Turtle Green. HEX triplet: 2F, 37 and 1E. RGB value is (47,55,30). Sum of RGB (Red+Green+Blue) = 47+55+30=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #2F371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F371E is #D0C8E1. Grayscale: #313131. Windows color (decimal): -13682914 or 1980207. OLE color: 1980207.

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

Color convert

RGB 47 55 30 -
CMYK 0.15 0 0.45 0.78
HSL 79.2º 0.29% 0.17% -
HSV(B) 79.2º 0.45% 0.22% -
XYZ 2.77 3.43 1.74 -
YUV 49.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 47 55 30 0.15 0 0.45 0.78 79.2 0.29 0.17
Hex 2F 37 1E F 0 2D 4E 4F 1D 11
Octal 57 67 36 17 0 55 116 117 35 21
Binary 101111 110111 11110 1111 0 101101 1001110 1001111 11101 10001

Color Harmonies of #2F371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F371E

Black with #2F371E

Text Example


Text Example

White with #2F371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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