Html Css Color HEX #303B1F Pine Tree

📋 copy color: '#303B1F'

red 48 ◦ green 59 ◦ blue 31

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

Shades of Pine Tree #303B1F

Tints of Pine Tree #303B1F

RGB

 RED value IS 48 (19.14% from 255) = 34.78%

 GREEN value IS 59 (23.44% from 255) = 42.75%

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

R = 34.78%
G = 42.75%
B = 22.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#303B1F (or 0x303B1F) is known color: Pine Tree. HEX triplet: 30, 3B and 1F. RGB value is (48,59,31). Sum of RGB (Red+Green+Blue) = 48+59+31=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 59 - color contains mainly: green. Hex color #303B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B1F is #CFC4E0. Grayscale: #343434. Windows color (decimal): -13616353 or 2046768. OLE color: 2046768.

HSL color Cylindrical-coordinate representation of color #303B1F: hue angle of 83.57º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #303B1F is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 59 31 -
CMYK 0.19 0 0.47 0.77
HSL 83.57º 0.31% 0.18% -
HSV(B) 83.57º 0.47% 0.23% -
XYZ 3.03 3.86 1.88 -
YUV 52.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 48 59 31 0.19 0 0.47 0.77 83.57 0.31 0.18
Hex 30 3B 1F 13 0 2F 4D 54 1F 12
Octal 60 73 37 23 0 57 115 124 37 22
Binary 110000 111011 11111 10011 0 101111 1001101 1010100 11111 10010

Color Harmonies of #303B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B1F

Black with #303B1F

Text Example


Text Example

White with #303B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303B1F; }

 p { color: rgb(48,59,31); }

 H1.HeaderClassName
 {
   color: #303B1F;
 }
 .AnyTagClassName
 {
   color: #303B1F;
 }
</style>

background-color css

<style>
 a { background-color: #303B1F; }

 a { background-color: rgb(48,59,31); }

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

border-color css

<style>
 span { border-color: #303B1F; }

 span { border-color: rgb(48,59,31); }

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