Html Css Color HEX #2F381F Pine Tree

📋 copy color: '#2F381F'

red 47 ◦ green 56 ◦ blue 31

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

Shades of Pine Tree #2F381F

Tints of Pine Tree #2F381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.13%

R = 35.07%
G = 41.79%
B = 23.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#2F381F (or 0x2F381F) is known color: Pine Tree. HEX triplet: 2F, 38 and 1F. RGB value is (47,56,31). Sum of RGB (Red+Green+Blue) = 47+56+31=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #2F381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F381F is #D0C7E0. Grayscale: #323232. Windows color (decimal): -13682657 or 2045999. OLE color: 2045999.

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

Color convert

RGB 47 56 31 -
CMYK 0.16 0 0.45 0.78
HSL 81.6º 0.29% 0.17% -
HSV(B) 81.6º 0.45% 0.22% -
XYZ 2.83 3.53 1.83 -
YUV 50.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 47 56 31 0.16 0 0.45 0.78 81.6 0.29 0.17
Hex 2F 38 1F 10 0 2D 4E 52 1D 11
Octal 57 70 37 20 0 55 116 122 35 21
Binary 101111 111000 11111 10000 0 101101 1001110 1010010 11101 10001

Color Harmonies of #2F381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F381F

Black with #2F381F

Text Example


Text Example

White with #2F381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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