Html Css Color HEX #2F391E Pine Tree

📋 copy color: '#2F391E'

red 47 ◦ green 57 ◦ blue 30

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

Shades of Pine Tree #2F391E

Tints of Pine Tree #2F391E

RGB

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

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

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

R = 35.07%
G = 42.54%
B = 22.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#2F391E (or 0x2F391E) is known color: Pine Tree. HEX triplet: 2F, 39 and 1E. RGB value is (47,57,30). Sum of RGB (Red+Green+Blue) = 47+57+30=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #2F391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F391E is #D0C6E1. Grayscale: #333333. Windows color (decimal): -13682402 or 1980719. OLE color: 1980719.

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

Color convert

RGB 47 57 30 -
CMYK 0.18 0 0.47 0.78
HSL 82.22º 0.31% 0.17% -
HSV(B) 82.22º 0.47% 0.22% -
XYZ 2.87 3.62 1.78 -
YUV 50.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 47 57 30 0.18 0 0.47 0.78 82.22 0.31 0.17
Hex 2F 39 1E 12 0 2F 4E 52 1F 11
Octal 57 71 36 22 0 57 116 122 37 21
Binary 101111 111001 11110 10010 0 101111 1001110 1010010 11111 10001

Color Harmonies of #2F391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F391E

Black with #2F391E

Text Example


Text Example

White with #2F391E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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