Html Css Color HEX #2F391A Turtle Green

📋 copy color: '#2F391A'

red 47 ◦ green 57 ◦ blue 26

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

Shades of Turtle Green #2F391A

Tints of Turtle Green #2F391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.85%

 BLUE value IS 26 (10.55% from 255) = 20%

R = 36.15%
G = 43.85%
B = 20%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#2F391A (or 0x2F391A) is known color: Turtle Green. HEX triplet: 2F, 39 and 1A. RGB value is (47,57,26). Sum of RGB (Red+Green+Blue) = 47+57+26=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #2F391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F391A is #D0C6E5. Grayscale: #323232. Windows color (decimal): -13682406 or 1718575. OLE color: 1718575.

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

Color convert

RGB 47 57 26 -
CMYK 0.18 0 0.54 0.78
HSL 79.35º 0.37% 0.16% -
HSV(B) 79.35º 0.54% 0.22% -
XYZ 2.82 3.61 1.52 -
YUV 50.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 47 57 26 0.18 0 0.54 0.78 79.35 0.37 0.16
Hex 2F 39 1A 12 0 36 4E 4F 25 10
Octal 57 71 32 22 0 66 116 117 45 20
Binary 101111 111001 11010 10010 0 110110 1001110 1001111 100101 10000

Color Harmonies of #2F391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F391A

Black with #2F391A

Text Example


Text Example

White with #2F391A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,57,26); }

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

background-color css

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

 a { background-color: rgb(47,57,26); }

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

border-color css

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

 span { border-color: rgb(47,57,26); }

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