Html Css Color HEX #20300F Pine Tree

📋 copy color: '#20300F'

red 32 ◦ green 48 ◦ blue 15

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

Shades of Pine Tree #20300F

Tints of Pine Tree #20300F

RGB

 RED value IS 32 (12.89% from 255) = 33.68%

 GREEN value IS 48 (19.14% from 255) = 50.53%

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 33.68%
G = 50.53%
B = 15.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#20300F (or 0x20300F) is known color: Pine Tree. HEX triplet: 20, 30 and 0F. RGB value is (32,48,15). Sum of RGB (Red+Green+Blue) = 32+48+15=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #20300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20300F is #DFCFF0. Grayscale: #272727. Windows color (decimal): -14667761 or 995360. OLE color: 995360.

HSL color Cylindrical-coordinate representation of color #20300F: hue angle of 89.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20300F is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 48 15 -
CMYK 0.33 0 0.69 0.81
HSL 89.09º 0.52% 0.12% -
HSV(B) 89.09º 0.69% 0.19% -
XYZ 1.74 2.46 0.83 -
YUV 39.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 32 48 15 0.33 0 0.69 0.81 89.09 0.52 0.12
Hex 20 30 F 21 0 45 51 59 34 C
Octal 40 60 17 41 0 105 121 131 64 14
Binary 100000 110000 1111 100001 0 1000101 1010001 1011001 110100 1100

Color Harmonies of #20300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20300F

Black with #20300F

Text Example


Text Example

White with #20300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20300F; }

 p { color: rgb(32,48,15); }

 H1.HeaderClassName
 {
   color: #20300F;
 }
 .AnyTagClassName
 {
   color: #20300F;
 }
</style>

background-color css

<style>
 a { background-color: #20300F; }

 a { background-color: rgb(32,48,15); }

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

border-color css

<style>
 span { border-color: #20300F; }

 span { border-color: rgb(32,48,15); }

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