Html Css Color HEX #283514 Pine Tree

📋 copy color: '#283514'

red 40 ◦ green 53 ◦ blue 20

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

Shades of Pine Tree #283514

Tints of Pine Tree #283514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.9%

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 35.4%
G = 46.9%
B = 17.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#283514 (or 0x283514) is known color: Pine Tree. HEX triplet: 28, 35 and 14. RGB value is (40,53,20). Sum of RGB (Red+Green+Blue) = 40+53+20=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #283514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283514 is #D7CAEB. Grayscale: #2D2D2D. Windows color (decimal): -14142188 or 1324328. OLE color: 1324328.

HSL color Cylindrical-coordinate representation of color #283514: hue angle of 83.64º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #283514 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 20 -
CMYK 0.25 0 0.62 0.79
HSL 83.64º 0.45% 0.14% -
HSV(B) 83.64º 0.62% 0.21% -
XYZ 2.27 3.05 1.13 -
YUV 45.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 40 53 20 0.25 0 0.62 0.79 83.64 0.45 0.14
Hex 28 35 14 19 0 3E 4F 54 2D E
Octal 50 65 24 31 0 76 117 124 55 16
Binary 101000 110101 10100 11001 0 111110 1001111 1010100 101101 1110

Color Harmonies of #283514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283514

Black with #283514

Text Example


Text Example

White with #283514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283514; }

 p { color: rgb(40,53,20); }

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

background-color css

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

 a { background-color: rgb(40,53,20); }

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

border-color css

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

 span { border-color: rgb(40,53,20); }

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