Html Css Color HEX #2F381A Turtle Green

📋 copy color: '#2F381A'

red 47 ◦ green 56 ◦ blue 26

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

Shades of Turtle Green #2F381A

Tints of Turtle Green #2F381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.41%

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

R = 36.43%
G = 43.41%
B = 20.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#2F381A (or 0x2F381A) is known color: Turtle Green. HEX triplet: 2F, 38 and 1A. RGB value is (47,56,26). Sum of RGB (Red+Green+Blue) = 47+56+26=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #2F381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F381A is #D0C7E5. Grayscale: #323232. Windows color (decimal): -13682662 or 1718319. OLE color: 1718319.

HSL color Cylindrical-coordinate representation of color #2F381A: hue angle of 78º 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 #2F381A is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 56 26 -
CMYK 0.16 0 0.54 0.78
HSL 78º 0.37% 0.16% -
HSV(B) 78º 0.54% 0.22% -
XYZ 2.77 3.51 1.51 -
YUV 49.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 47 56 26 0.16 0 0.54 0.78 78 0.37 0.16
Hex 2F 38 1A 10 0 36 4E 4E 25 10
Octal 57 70 32 20 0 66 116 116 45 20
Binary 101111 111000 11010 10000 0 110110 1001110 1001110 100101 10000

Color Harmonies of #2F381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F381A

Black with #2F381A

Text Example


Text Example

White with #2F381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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