Html Css Color HEX #283020 Pine Tree

📋 copy color: '#283020'

red 40 ◦ green 48 ◦ blue 32

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

Shades of Pine Tree #283020

Tints of Pine Tree #283020

RGB

 RED value IS 40 (16.02% from 255) = 33.33%

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

 BLUE value IS 32 (12.89% from 255) = 26.67%

R = 33.33%
G = 40%
B = 26.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#283020 (or 0x283020) is known color: Pine Tree. HEX triplet: 28, 30 and 20. RGB value is (40,48,32). Sum of RGB (Red+Green+Blue) = 40+48+32=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #283020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283020 is #D7CFDF. Grayscale: #2B2B2B. Windows color (decimal): -14143456 or 2109480. OLE color: 2109480.

HSL color Cylindrical-coordinate representation of color #283020: hue angle of 90º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283020 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 32 -
CMYK 0.17 0 0.33 0.81
HSL 90º 0.2% 0.16% -
HSV(B) 90º 0.33% 0.19% -
XYZ 2.19 2.67 1.77 -
YUV 43.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 40 48 32 0.17 0 0.33 0.81 90 0.2 0.16
Hex 28 30 20 11 0 21 51 5A 14 10
Octal 50 60 40 21 0 41 121 132 24 20
Binary 101000 110000 100000 10001 0 100001 1010001 1011010 10100 10000

Color Harmonies of #283020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283020

Black with #283020

Text Example


Text Example

White with #283020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283020; }

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

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

background-color css

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

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

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

border-color css

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

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

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