Html Css Color HEX #283213 Pine Tree

📋 copy color: '#283213'

red 40 ◦ green 50 ◦ blue 19

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

Shades of Pine Tree #283213

Tints of Pine Tree #283213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.87%

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 36.7%
G = 45.87%
B = 17.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#283213 (or 0x283213) is known color: Pine Tree. HEX triplet: 28, 32 and 13. RGB value is (40,50,19). Sum of RGB (Red+Green+Blue) = 40+50+19=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #283213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283213 is #D7CDEC. Grayscale: #2B2B2B. Windows color (decimal): -14142957 or 1258024. OLE color: 1258024.

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

Color convert

RGB 40 50 19 -
CMYK 0.20 0 0.62 0.80
HSL 79.35º 0.45% 0.14% -
HSV(B) 79.35º 0.62% 0.2% -
XYZ 2.13 2.78 1.04 -
YUV 43.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 40 50 19 0.20 0 0.62 0.80 79.35 0.45 0.14
Hex 28 32 13 14 0 3E 50 4F 2D E
Octal 50 62 23 24 0 76 120 117 55 16
Binary 101000 110010 10011 10100 0 111110 1010000 1001111 101101 1110

Color Harmonies of #283213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283213

Black with #283213

Text Example


Text Example

White with #283213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283213; }

 p { color: rgb(40,50,19); }

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

background-color css

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

 a { background-color: rgb(40,50,19); }

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

border-color css

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

 span { border-color: rgb(40,50,19); }

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